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

Changelog

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

  * New upstream version 5.20231120

 -- Salvatore Bonaccorso <email address hidden>  Tue, 21 Nov 2023 07:08:39 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20231120-1.dsc 2.5 KiB 8c969f350b65eca176ec2d0274b02af2b06a047dcc333203f0249aac2a528e06
libmodule-corelist-perl_5.20231120.orig.tar.xz 72.4 KiB 8e010f1c4adedd8a4631b5df7a0ffb96e5f6ad9ed2a36a81d4bbd903892d65d2
libmodule-corelist-perl_5.20231120-1.debian.tar.xz 8.1 KiB 145b4b0e1fba01c855746d7015348eee575e71ac753e264313d750a9afa081f1

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.