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

Changelog

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

  * New upstream version 5.20191020
  * Declare compliance with Debian policy 4.4.1

 -- Salvatore Bonaccorso <email address hidden>  Sun, 20 Oct 2019 22:19:19 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20191020-1.dsc 2.5 KiB 907758b993ea313ae50f0cbe867e1599b442bd75e850722d7358f13a4a294720
libmodule-corelist-perl_5.20191020.orig.tar.xz 63.0 KiB 8bdea0ac5bb5576679548a1863d5381b92596da2d294835c342546bd5c3e7035
libmodule-corelist-perl_5.20191020-1.debian.tar.xz 7.1 KiB 7bcd99be9b737b451721b977c014ef0749863cd3b2dac696cf5250d90a8b8c64

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.