libmodule-corelist-perl 5.20180220-1 source package in Ubuntu
Changelog
libmodule-corelist-perl (5.20180220-1) unstable; urgency=medium * New upstream version 5.20180220 * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso <email address hidden> Wed, 21 Feb 2018 06:30:30 +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 | |
---|---|---|---|---|
Bionic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmodule-corelist-perl_5.20180220-1.dsc | 2.5 KiB | 8385199cbfc91f1dacf4f9a541cb8dc39a8c5adc55ab6f360faa97ba6f80e6a8 |
libmodule-corelist-perl_5.20180220.orig.tar.gz | 101.2 KiB | fa2cc7bd5de671f560204f72a91dd14688e5349ef8e72b62004a7cbb9134323b |
libmodule-corelist-perl_5.20180220-1.debian.tar.xz | 6.7 KiB | 78077217f641b90997dbf4693ec5d2ace1348279bf824b149d019110c095a2b2 |
Available diffs
- diff from 5.20180120-1 to 5.20180220-1 (4.4 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.