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

Changelog

libmodule-corelist-perl (3.01-1) unstable; urgency=low


  * Imported Upstream version 3.01
  * Bump Standards-Version to 3.9.5

 -- Salvatore Bonaccorso <email address hidden>  Thu, 21 Nov 2013 09:34:28 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_3.01-1.dsc 2.4 KiB f82c36cd924c78618eda619c9b54cfa588cb80c97f2457eb1b53988cc467dfd6
libmodule-corelist-perl_3.01.orig.tar.gz 68.5 KiB cf5b4796ebe52e86f1577201d99b199aaae9316008f7aff86d904c9c3a0a6e83
libmodule-corelist-perl_3.01-1.debian.tar.gz 5.6 KiB fefbd58f5413dd5a393f5f1e3d47e3b4cb24cfced6754ed27bf97e7f2fc80fdc

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.