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

Changelog

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

  * New upstream version 5.20230720

 -- Salvatore Bonaccorso <email address hidden>  Fri, 21 Jul 2023 22:30:45 +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
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20230720-1.dsc 2.5 KiB 9f0daf154436e967416825b23b508ad4d1ce02898e9fe92237b31703d9d6d858
libmodule-corelist-perl_5.20230720.orig.tar.xz 69.9 KiB ea6ec3ade015d903b25530cf1c49dcd759cf5b27c51ebece060814c5d7f73d93
libmodule-corelist-perl_5.20230720-1.debian.tar.xz 8.1 KiB c36dd31afbc865774823631bfab5a9c506e472064f0e363c8c78055b838a5a0e

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.