libmodule-corelist-perl 5.20171120-1 source package in Ubuntu

Changelog

libmodule-corelist-perl (5.20171120-1) unstable; urgency=medium

  * New upstream version 5.20171120

 -- Salvatore Bonaccorso <email address hidden>  Tue, 21 Nov 2017 06:45:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20171120-1.dsc 2.5 KiB 461a9ac586919cb31c2c68c2237ffc6342e582f55747504ad3572ff8ade30ce9
libmodule-corelist-perl_5.20171120.orig.tar.gz 99.9 KiB ff73f4e122a17600f89db5819c2895c84174ece6ee8bab270fd037ecedf6e091
libmodule-corelist-perl_5.20171120-1.debian.tar.xz 6.6 KiB 0e749bee61c716f592b708e738806e22c1fe65be1479b3b2ebe853a7e7b338e3

Available diffs

No changes file available.

Binary packages built by this source

libmodule-corelist-perl: module to determine modules shipped with perl

 Module::CoreList is a Perl module that can provide various information about
 the versions of Perl modules that shipped with perl interpreter releases.
 .
 It contains a hash of hashes which is keyed on the perl interpreter version,
 as indicated in $]. The second level hash has pairs of modules and as well as
 their versions. It's possible that the version of a module is unspecified, in
 which case it will be undef.
 .
 Other features include a hash providing ISO formatted versions of the release
 dates, as gleaned from perlhist, and a hash that clusters known perl releases
 by their major versions.