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

Changelog

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

  * Imported Upstream version 5.20151020

 -- Salvatore Bonaccorso <email address hidden>  Wed, 21 Oct 2015 11:22:32 +0200

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.20151020-1.dsc 2.4 KiB 584ca147f70994d903510cea88eff7811005601b6eb1a4bb70e442fa9f59f61a
libmodule-corelist-perl_5.20151020.orig.tar.gz 84.0 KiB 8a8d2ff46ed0136542ce307f536108cf65ee36823c0b8773e2e48c92a7d2a351
libmodule-corelist-perl_5.20151020-1.debian.tar.xz 5.7 KiB 614475520bd633f696d1d8ee473b18642f5d8a07a26b27697fbef1f49b637b5e

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.