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

Changelog

libmodule-corelist-perl (5.20190820-1) unstable; urgency=medium

  * New upstream version 5.20190820

 -- Salvatore Bonaccorso <email address hidden>  Wed, 21 Aug 2019 07:15:43 +0200

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 Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20190820-1.dsc 2.5 KiB 4ba52643fec601d2ca76eed5938578cfeda53e29670a7caebe9e7ab5f8a0c4f7
libmodule-corelist-perl_5.20190820.orig.tar.xz 62.9 KiB 43662ecc8a81b4c75a3ec927affd5e93445c3d6e5169a93f14f038e859670124
libmodule-corelist-perl_5.20190820-1.debian.tar.xz 7.1 KiB 5fc9db6c75bd9296d342c52512687c8947d15652b54a9a1fb3d591e99fecbb91

Available diffs

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.