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

Changelog

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

  * New upstream release.
  * Update years of packaging copyright.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  01 Nov 2011 10:32:59 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_2.57.orig.tar.gz 78.0 KiB f733d85c69c6b4b78b2347bd1643cc584fc45fd6258314c1de34a97b33394b73
libmodule-corelist-perl_2.57-1.debian.tar.gz 4.7 KiB 6869d1bd7e610d17844cf82ebec436ea7dea9ad34a90bb1cffa1efa6ad3712d9
libmodule-corelist-perl_2.57-1.dsc 2.4 KiB 94dbb04f135346f91c639bb96bf7b62355c98747a3ff3a9800c43737aaee95c3

Available diffs

View changes file

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.