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

Changelog

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

  * New upstream version 5.20211020

 -- Salvatore Bonaccorso <email address hidden>  Fri, 22 Oct 2021 10:37:11 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20211020-1.dsc 2.5 KiB a56ca20f1bfa93d8edfe3b73aa986c3ebf118d6ffea482c19aeb3343a0be5225
libmodule-corelist-perl_5.20211020.orig.tar.xz 67.0 KiB a0272009fddaf9a2ce188e0692277258c03161dadf24fbe1afd40b1f1ba589ec
libmodule-corelist-perl_5.20211020-1.debian.tar.xz 7.6 KiB 52541883da16c0d72e4229a6eb4df4b4ac38b5ee78bf4476a8556fda5e1f353a

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.