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

Changelog

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

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

 -- Salvatore Bonaccorso <email address hidden>  Sun, 22 Jan 2023 10:35:05 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20230120-1.dsc 2.5 KiB 699b970167569cbd691077bcdac0f4575c0a5735ab5208796d52c62226b1a960
libmodule-corelist-perl_5.20230120.orig.tar.xz 68.9 KiB 6ec307ae29d6c4d2baf6127f11ea3983e190bf823d2e4810e48b0ec983f3818f
libmodule-corelist-perl_5.20230120-1.debian.tar.xz 8.0 KiB eaa6c413e8394c6f8b3089256d5fb23fc3a177c5541b360cb9aa3e5e811684f7

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.