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

Changelog

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

  * New upstream version 5.20191120

 -- Salvatore Bonaccorso <email address hidden>  Thu, 21 Nov 2019 21:12:41 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20191120-1.dsc 2.5 KiB 6cc0c0236421da5baf1854b3ff150ec3c3e9d720d98599086422070be3b0c512
libmodule-corelist-perl_5.20191120.orig.tar.xz 63.4 KiB 4340c17a86ebda53fadaf5236f41880c30b8b17f8ec18c94e35c236591422c06
libmodule-corelist-perl_5.20191120-1.debian.tar.xz 7.1 KiB af7025287e7c0b6650fc8847ad94b19db2426444f4cb3878bb581e1a688c795c

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.