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

Changelog

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

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.1.

 -- gregor herrmann <email address hidden>  Sat, 21 Oct 2017 21:24:35 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20171020-1.dsc 2.4 KiB 453d114a953c3530c8c97022418e4d737d173d705ef2a2cbc58dcf1bc8dee902
libmodule-corelist-perl_5.20171020.orig.tar.gz 98.9 KiB 57572f791c6530eaba2316c89123e2d8e0a639d578fe5b6b6193a1eb3c2b90e2
libmodule-corelist-perl_5.20171020-1.debian.tar.xz 6.6 KiB 33ed4d5bd7aee1c7412db38b7a761ca0985451ee7adcd5eac03f3c3d234ee0ad

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.