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

Changelog

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

  * New upstream version 5.20230220

 -- Salvatore Bonaccorso <email address hidden>  Tue, 21 Feb 2023 17:29:27 +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
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20230220-1.dsc 2.5 KiB bd6532171221dcaa83e8ac4e5f9df812fa392785a534d528530017fc91a79e98
libmodule-corelist-perl_5.20230220.orig.tar.xz 69.2 KiB 4a64ab0f38c9a6d8011b533b06cdf7d7eb559b63933b69686395192ffa9a8e39
libmodule-corelist-perl_5.20230220-1.debian.tar.xz 8.1 KiB 89f1798ed6bce7c1bd0bb7ff8ee626e95b71a54a179f6287b5d39d04104a7afb

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.