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

Changelog

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


  * New upstream release.

 -- gregor herrmann <email address hidden>  Fri, 11 Oct 2013 23:49:16 +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
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-metadata-perl_1.000019-1.dsc 2.2 KiB 8a77f43b3caab02ac0d5e73e55c4436e3be5ac95af8ff89d29a6803bb653c8f8
libmodule-metadata-perl_1.000019.orig.tar.gz 31.2 KiB 5afca94dc0213608101ad519eb1b25133cdc9e44c2a053a45a5a59422c2ee554
libmodule-metadata-perl_1.000019-1.debian.tar.gz 2.4 KiB e18b47f9ecfb08710c0387eb690b76c8db2bbef0900f480cc99876c240c65e0c

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.