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

Changelog

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

  * New upstream version 5.20240223

 -- Salvatore Bonaccorso <email address hidden>  Sat, 02 Mar 2024 21:40:50 +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
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20240223-1.dsc 2.5 KiB 606300c975bcb01a14d03e6eb1004036820834b0cb7f77ae70f038ae33874914
libmodule-corelist-perl_5.20240223.orig.tar.xz 73.0 KiB 6180d9a49bde523045d94c1ca9b6523597fe0a2b182fad3146b8ad3434f1d895
libmodule-corelist-perl_5.20240223-1.debian.tar.xz 8.2 KiB d0a7745593337d9e126f8edd88d07b2b80467924091a45c9d5fe34364704e2c1

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.