libmodule-corelist-perl 3.03-1 source package in Ubuntu
Changelog
libmodule-corelist-perl (3.03-1) unstable; urgency=medium * Imported Upstream version 3.03 (Closes: #734651) -- Salvatore Bonaccorso <email address hidden> Wed, 08 Jan 2014 22:09:12 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmodule-corelist-perl_3.03-1.dsc | 2.4 KiB | 81cc4df580ac7afa2f94aa4c2b132cfe1c620d32ff3a05fa5f8e7e4784068ee0 |
libmodule-corelist-perl_3.03.orig.tar.gz | 69.2 KiB | 1aa2ed27071fc008a4260882cb153bcc06cc500071b0a4b91f2c421810ecfd6a |
libmodule-corelist-perl_3.03-1.debian.tar.gz | 5.6 KiB | 65b3b599e74cef9ff19c10ef8e65a058d185cb7ae7171c15c0ea303399c2c3bc |
Available diffs
- diff from 3.02-1 to 3.03-1 (1.6 KiB)
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.