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

Changelog

libmodule-corelist-perl (2.54-1) unstable; urgency=low
  * New upstream release -- Salvatore Bonaccorso <email address hidden>  Thu, 21 Jul 2011 07:26:30 +0200

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

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_2.54-1.dsc 2.3 KiB 6ce9736d284782e78486a51a3f5a8c2532e3153beefa39f99228e1bdef154be4
libmodule-corelist-perl_2.54.orig.tar.gz 74.3 KiB 8ae82799b89fda1996b871d8f2f3b521b0266b14773b9c2b7fa47cea3ef12d8a
libmodule-corelist-perl_2.54-1.debian.tar.gz 4.5 KiB 202caed5d1a635961ee9c0f4c69f6dd19a18d0f926067fe5080c8d621252bc0b

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.