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

Changelog

libmodule-extractuse-perl (0.33-1) unstable; urgency=medium


  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * debian/watch: add second URL.
  * Import upstream version 0.33
  * Update upstream copyright years.
  * Update libmodule-build-perl build dependency.
  * Mark package as autopkgtest-able.
    Add a patch to find the installed module in the tests.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Fri, 17 Oct 2014 21:30:46 +0200

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

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-extractuse-perl_0.33-1.dsc 2.5 KiB 1d1f0e25a7a46713b50150431b93c072fb3ef73ab952e178f89cb599923c57f6
libmodule-extractuse-perl_0.33.orig.tar.gz 32.8 KiB a65e3fcd8aee997e0c0eb0a826175758f47d5873fceddcfa450ab881ad1ce59f
libmodule-extractuse-perl_0.33-1.debian.tar.xz 3.4 KiB 53fa23876965511227a7cc626ab8b851f06822d176312e6106f5918562710e21

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.