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

Changelog

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

  * Imported Upstream version 5.20151213

 -- Salvatore Bonaccorso <email address hidden>  Sun, 13 Dec 2015 22:26:13 +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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20151213-1.dsc 2.4 KiB cc6d1a79651ff3955d92ba0bdac87e8e60236c33fa5aee6682e22f07bcaab425
libmodule-corelist-perl_5.20151213.orig.tar.gz 83.8 KiB e88d75f2819f660dc47a39ec548a413805558b76fe915961ca360c469858113a
libmodule-corelist-perl_5.20151213-1.debian.tar.xz 5.7 KiB 5c76377170189f6f618b6209f337911909462d5ea68eb2fdc564bbae2b8eb9dc

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.