libmodule-corelist-perl 5.20221120-1 source package in Ubuntu
Changelog
libmodule-corelist-perl (5.20221120-1) unstable; urgency=medium * New upstream version 5.20221120 -- Salvatore Bonaccorso <email address hidden> Mon, 21 Nov 2022 07:00:01 +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_5.20221120-1.dsc | 2.5 KiB | 9afb066e08f3952a05dc3b7b901c4ac78c28d1e2f6194bae7b3617ce703672b1 |
libmodule-corelist-perl_5.20221120.orig.tar.xz | 69.0 KiB | 178ef7cb480c2daa1ae2a44d668656cb637b74c0111e80da11b01488c4d8d9d1 |
libmodule-corelist-perl_5.20221120-1.debian.tar.xz | 8.0 KiB | 591d86a7e368f796023351dbcdb2213afa8f3b829d8d9ab9421fe583fe02eadc |
Available diffs
- diff from 5.20220820-1 to 5.20221120-1 (2.5 KiB)
- diff from 5.20221020-1 to 5.20221120-1 (1.7 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.