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

Changelog

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

  * Imported Upstream version 5.20151120

 -- Salvatore Bonaccorso <email address hidden>  Sat, 21 Nov 2015 05:31:40 +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.20151120-1.dsc 2.4 KiB 1cf1204a79ef4e99a15c61c4d19ced357d5627d3a30fb0e4a3d3e01501a2267f
libmodule-corelist-perl_5.20151120.orig.tar.gz 84.4 KiB 28de64fb0d9d439a141fa7f01b98490d1a1641e93d4c2e7113ae20e06a1f7edd
libmodule-corelist-perl_5.20151120-1.debian.tar.xz 5.7 KiB 38f7ac934a4ab3c67ac167ec85cea3206eb297aedef04420e292a906396604bb

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.