libmodule-corelist-perl 3.04-1 source package in Ubuntu
Changelog
libmodule-corelist-perl (3.04-1) unstable; urgency=medium * Imported Upstream version 3.04 -- Salvatore Bonaccorso <email address hidden> Tue, 21 Jan 2014 08:46:00 +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 | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmodule-corelist-perl_3.04-1.dsc | 2.4 KiB | 5b9daf8c34bf37f8ae6fd7eb703e24965af4b28d7c2be2301bd3ef2050ce04ca |
libmodule-corelist-perl_3.04.orig.tar.gz | 69.6 KiB | 29ef18ec44f16af56939fcc9ba31218e1d0f96a27b5587122d8c1d622ce00502 |
libmodule-corelist-perl_3.04-1.debian.tar.xz | 5.1 KiB | 983fe798effaefc69f2a9c40f22bfbd1ef21d405b539f6eb9abec1e63ae0c2b7 |
Available diffs
- diff from 3.03-1 to 3.04-1 (2.3 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.