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

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Repository.

  [ Salvatore Bonaccorso ]
  * upstream metadata: Remove non-working value for upstream repository
  * New upstream version 5.20191220

 -- Salvatore Bonaccorso <email address hidden>  Sat, 21 Dec 2019 16:54:25 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20191220-1.dsc 2.5 KiB 35f538fa6322f7ba1496b8f4a3cdc78c738f701fd3386df8095ac4625b86bd58
libmodule-corelist-perl_5.20191220.orig.tar.xz 63.5 KiB 56bca6de82df6399a22db3e2efe28c6b010b09ae5509d33b52c83f8007a9dd60
libmodule-corelist-perl_5.20191220-1.debian.tar.xz 7.3 KiB 84fd6fa47e61c788b289ed0aa5bffb92c8f733cf7e15432b5e2f469aa5c52f73

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.