libmodule-corelist-perl 5.20171220-2 source package in Ubuntu

Changelog

libmodule-corelist-perl (5.20171220-2) unstable; urgency=medium

  * Set Rules-Requires-Root to no

 -- Salvatore Bonaccorso <email address hidden>  Thu, 21 Dec 2017 06:22:52 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_5.20171220-2.dsc 2.5 KiB 1ee133a2ecddb6254ed191ba0c02806a48c20018eb39152b6b90b416ef3169f2
libmodule-corelist-perl_5.20171220.orig.tar.gz 100.7 KiB e2550bb6727c2f5394e41744ec2a25b54323bce278293c9b396fce1e57fb3176
libmodule-corelist-perl_5.20171220-2.debian.tar.xz 6.7 KiB c0cad5f0c5b9ae56973a048e6f058abe7cf97222615c1357677ed989faedfb2c

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.