libmodule-metadata-perl 1.000014-1 source package in Ubuntu

Changelog

libmodule-metadata-perl (1.000014-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright.
  * Set Standards-Version to 3.9.4 (no further changes).

 -- gregor herrmann <email address hidden>  Wed, 24 Jul 2013 20:40:57 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-metadata-perl_1.000014-1.dsc 2.2 KiB 3a54a0eef28ff66c69f5d1e9a7a2a90e5204bd73744c64a5bba34d12900cde86
libmodule-metadata-perl_1.000014.orig.tar.gz 29.9 KiB 60f27e8b8b0872e00745d911bd9eaf7157271fc2b9b4bb36da17c8aa7f550be3
libmodule-metadata-perl_1.000014-1.debian.tar.gz 2.0 KiB 3fedb597cb05da909c64e0b275bd642e538483ec77f5e36e216387326241f77b

Available diffs

No changes file available.

Binary packages built by this source

libmodule-metadata-perl: Perl module to gather package and POD information from perl module files

 Module::Metadata provides a standard way to gather metadata (like name,
 version, list of packages, list of pod sections, ...) about a .pm file
 through (mostly) static analysis and (some) code execution. When
 determining the version of a module, the $VERSION assignment is evaled,
 as is traditional in the CPAN toolchain.