libmodule-cpanfile-perl 1.1000-1 source package in Ubuntu

Changelog

libmodule-cpanfile-perl (1.1000-1) unstable; urgency=medium


  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Imported upstream version 1.1000
  * Update copyright years.
  * Mark package as autopkgtest-able.
  * Mention module name in long description.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sat, 27 Sep 2014 15:16:56 +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-cpanfile-perl_1.1000-1.dsc 2.3 KiB 9da10ea080aa815a2c0532d0361e48bd8952099a718591d6c28698bc0941fd7b
libmodule-cpanfile-perl_1.1000.orig.tar.gz 21.3 KiB b50b97fc36314e3bd8f7a0c9ec8001451f62cab232da170d0d44a25c226c4107
libmodule-cpanfile-perl_1.1000-1.debian.tar.xz 2.2 KiB 6e2dcae3fffdde178030f6fa8c21b25942a09fea6c5a214358fc050d41136198

Available diffs

No changes file available.

Binary packages built by this source

libmodule-cpanfile-perl: format for describing CPAN dependencies of Perl applications

 Module::CPANfile is a tool to handle cpanfile format to load application
 specific dependencies, not just for CPAN distributions.
 .
 `cpanfile` describes CPAN dependencies required to execute associated Perl
 code.
 .
 Place the `cpanfile` in the root of the directory containing the associated
 code. For instance, in a Catalyst application, place the `cpanfile` in the
 same directory as `myapp.conf`.
 .
 Tools supporting `cpanfile` format (e.g. cpanm and carton) will automatically
 detect the file and install dependencies for the code to run.