libmodule-extractuse-perl 0.29-1 source package in Ubuntu

Changelog

libmodule-extractuse-perl (0.29-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 changes).

 -- gregor herrmann <email address hidden>  Sat, 02 Mar 2013 20:50:42 +0100

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-extractuse-perl_0.29-1.dsc 2.4 KiB a0f41b3d7942c95752eba4e7ba4dd2f134640164ea042a1a04049b9de9e7300f
libmodule-extractuse-perl_0.29.orig.tar.gz 26.4 KiB 8440d574d4f2556dc44336c5093dd3ffb5305d2b0dbfaa0106d1362de6765e6a
libmodule-extractuse-perl_0.29-1.debian.tar.gz 2.4 KiB 21d7c0a79fb66cc18e51a1634177afbb384118d229581bb06dd5648fac5215a8

Available diffs

No changes file available.

Binary packages built by this source

libmodule-extractuse-perl: Perl module to find out modules used by the specified Perl source

 Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl
 code. It tries very hard to find all modules (whether pragmas, Core, or from
 CPAN) used by the parsed code.
 .
 "Usage" is defined by either calling use or require.