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

Changelog

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

  * New upstream version 5.20231230
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <email address hidden>  Wed, 03 Jan 2024 21:11:20 +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.20231230-1.dsc 2.5 KiB 2206ff8fcace312f578c204042f5116d18fa6f53ff509ddf70ed3825ba9f13ba
libmodule-corelist-perl_5.20231230.orig.tar.xz 72.8 KiB c54a8c7520104a45da7d42338616fe161ffe7dabb1eaa7ab0e9a5c05df48b0da
libmodule-corelist-perl_5.20231230-1.debian.tar.xz 8.1 KiB 17431869d1e15e45c85fd0a4e5e5cdb974eb21b05b1a3c6316fcd34f11d089f3

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.