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

Changelog

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

  * New upstream version 5.20200120
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 4.5.0

 -- Salvatore Bonaccorso <email address hidden>  Mon, 20 Jan 2020 22:10:45 +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.20200120-1.dsc 2.5 KiB 99aaea0e701980d6d16931d2dfaffc5834fe4f492bbd82f7f453e84bc3910849
libmodule-corelist-perl_5.20200120.orig.tar.xz 63.6 KiB 11accc6d849a72ad1de9f7ba6de8da338bc81b6038c2cbdb328c68cad1ecc1b4
libmodule-corelist-perl_5.20200120-1.debian.tar.xz 7.3 KiB 4afc134f3cfe6afe7320e1670fa779f0db3e5bc046b5338e2451e7e95478e377

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.