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

Changelog

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

  * Import upstream version 5.20230423.

 -- Salvatore Bonaccorso <email address hidden>  Sun, 11 Jun 2023 21:27:32 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20230423-1.dsc 2.5 KiB f1b80e076843b4d8b4fa73809553ec23eabe6cfc2821b120fbeb705c1b265fee
libmodule-corelist-perl_5.20230423.orig.tar.gz 124.4 KiB 62b74a0e48924db152f7790f220ebfe0e8c5ab6c7ed459565828d2802d42da90
libmodule-corelist-perl_5.20230423-1.debian.tar.xz 8.1 KiB 2e19a7d36260793d370997d07e6a23e20dbe0ebc2a2110e1baa0bed5529b2297

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.