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

Changelog

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

  * New upstream version 5.20170821
  * Declare compliance with Debian policy 4.1.0

 -- Salvatore Bonaccorso <email address hidden>  Tue, 22 Aug 2017 20:43: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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20170821-1.dsc 2.5 KiB 1eb6b948195f2e22ce3f2682f1921224c30c628f38d36bc14a4abd89678f6706
libmodule-corelist-perl_5.20170821.orig.tar.gz 97.7 KiB b90b26a32c0f27d86f9f61e9f6d6b1f2e87a489d4e0e7318c04b8335755293f5
libmodule-corelist-perl_5.20170821-1.debian.tar.xz 6.5 KiB c797b545e4b7bf91818ffac4069f1b61c701cd28fcfa95929bc9c6a7e900d367

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.