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

Changelog

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

  * New upstream version 5.20210320

 -- Salvatore Bonaccorso <email address hidden>  Sun, 21 Mar 2021 21:01:03 +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 Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20210320-1.dsc 2.5 KiB b82d6721dffde2884bd7124d07ed107824fbfc164071b318c4d727e329a2d861
libmodule-corelist-perl_5.20210320.orig.tar.xz 66.1 KiB b23098ad05d47a0dae8d765d41c134d9c7bd7e106a64a23a89e1142639c363fe
libmodule-corelist-perl_5.20210320-1.debian.tar.xz 7.6 KiB cae6642cef7fc7d5141c9b68b6002245694aa5f4bdf0f3534c4aacc62ad10a33

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.