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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ gregor herrmann ]
  * New upstream release.
    Update for perl 5.27.8.
  * Update years of packaging copyright.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2018 23:41:34 +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.20180120-1.dsc 2.4 KiB 9abfd61824c37801f595d782f62068a59891b955eaeadf82e1bb4964d6a0104d
libmodule-corelist-perl_5.20180120.orig.tar.gz 101.0 KiB 9ed9a9f07e262ac7ce982ae36a6277779411ddf5239b9d81cc2fcd5887fc25fc
libmodule-corelist-perl_5.20180120-1.debian.tar.xz 6.7 KiB 9497300b30b1b63644ef28aef7bf2ad29bf149403ec5d979da81a1d855d9448c

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.