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

Changelog

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

  * New upstream version 5.20240702

 -- Salvatore Bonaccorso <email address hidden>  Mon, 08 Jul 2024 08:12:55 +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
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20240702-1.dsc 2.5 KiB 60cdfcfb0ce80f2a699ee7057e4104caef298f2ab724c88b6fc4782503b89519
libmodule-corelist-perl_5.20240702.orig.tar.xz 73.7 KiB a4294dd56280bb69960c41cc4eb0db4bc3ddccc81a9ace2e7cd81b92ac4f67fc
libmodule-corelist-perl_5.20240702-1.debian.tar.xz 8.2 KiB 7607818cf22e4fa2b484c8157d9f8e957dae3eea787104cc0c6452fc827887ef

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.