libmodule-cpanfile-perl 1.1004-2 source package in Ubuntu

Changelog

libmodule-cpanfile-perl (1.1004-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on perl.
    + libmodule-cpanfile-perl: Drop versioned constraint on libcpan-meta-perl
      and perl in Depends.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 16:57:16 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-cpanfile-perl_1.1004-2.dsc 2.2 KiB 815b055377f4a7efea33a97bb25e3174019451e7e9099b201706dc33790b2a15
libmodule-cpanfile-perl_1.1004.orig.tar.gz 22.5 KiB 88efbe2e9a642dceaa186430fedfcf999aaf0e06f6cced28a714b8e56b514921
libmodule-cpanfile-perl_1.1004-2.debian.tar.xz 2.6 KiB 455df8580a9fbb6cd30e1a5558c3ad7c6e78904e0b9d02810c7dc930ec390976

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.