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

Changelog

libmodule-corelist-perl (3.00-1) unstable; urgency=low


  * Imported Upstream version 3.00

 -- Salvatore Bonaccorso <email address hidden>  Sun, 20 Oct 2013 22:44:05 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-corelist-perl_3.00-1.dsc 2.4 KiB 5eb368f23083c0d34075862fc1c4a03717cccc5bf782970a9bb7904c909126bc
libmodule-corelist-perl_3.00.orig.tar.gz 67.6 KiB e0264211e1b909f41b8b384a73f4134e07e925f66e93e669bdd8556a7221e8ae
libmodule-corelist-perl_3.00-1.debian.tar.gz 5.6 KiB 0fb7bb9f8d2d26f90cd149105e587a9fc6ad5c56d0f1edcff79a1e23828013e0

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.