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

Changelog

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

  [ gregor herrmann ]
  * Revert "Set upstream metadata fields: Bug-Submit, Repository,
    Repository-Browse."
    The repo data point to perl5.git, which we don't want as an upstream repo
    just for this module.
  * Add a lintian override for upstream-metadata-missing-repository to
    keep lintian-brush from adding it back.

  [ Salvatore Bonaccorso ]
  * New upstream version 5.20220820

 -- Salvatore Bonaccorso <email address hidden>  Sun, 21 Aug 2022 22:46:34 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20220820-1.dsc 2.5 KiB e76a5c4b7e0bf9db02b0e3060f8bea8ed8fb4cbb8a903015416694fa99fcd0be
libmodule-corelist-perl_5.20220820.orig.tar.xz 68.6 KiB 03fa8f5f2042487922a545dc52267858bab927e7e49c396f7820ced1c025d43c
libmodule-corelist-perl_5.20220820-1.debian.tar.xz 8.0 KiB 3b266cce9508ee1e069357807322565ab9997772ce35faa846d3020e8e84697b

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.