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

Changelog

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

  * Imported Upstream version 5.20151220

 -- Salvatore Bonaccorso <email address hidden>  Tue, 22 Dec 2015 06:28:49 +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.20151220-1.dsc 2.4 KiB 8d28fe394da65bae4d4b5f36f417f64ba67bc5b4a4558206116f2de01fd84c6e
libmodule-corelist-perl_5.20151220.orig.tar.gz 84.8 KiB 833f9bed569a7b5988d70cf6e9a02fe533c8a35b9616d3ee657a50e948863ced
libmodule-corelist-perl_5.20151220-1.debian.tar.xz 5.7 KiB 7955ea73d36a6df8c3523b7f971c5be259c46614397cf7bf42e8cce3d0ce24b4

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.