libdist-zilla-plugin-prepender-perl 2.004-3 source package in Ubuntu

Changelog

libdist-zilla-plugin-prepender-perl (2.004-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 21:47:20 +0100

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
libdist-zilla-plugin-prepender-perl_2.004-3.dsc 2.4 KiB 911340448a0aeeb1374ab1300baa7f68e56894efd47fd6144ba64bbe95542fb5
libdist-zilla-plugin-prepender-perl_2.004.orig.tar.gz 18.7 KiB ba2da0b8f23403d160610c31422f188a2e1139c63d9037afe36e58708a11eadb
libdist-zilla-plugin-prepender-perl_2.004-3.debian.tar.xz 2.7 KiB 30a2402ee29c9f64aca0509d44aec3900b82385d5c8dfc3f10315969c8886542

Available diffs

No changes file available.

Binary packages built by this source

libdist-zilla-plugin-prepender-perl: Dist::Zilla plugin to prepend lines at the top of your perl files

 Dist::Zilla::Plugin::Prepender will prepend lines specified in
 dist.ini to each Perl module or program within your Perl
 distribution. For scripts having a shebang line, lines will be
 inserted just after it.
 .
 This module is useful to enforce a set of pragmas to your files (since
 pragmas are lexical, they will be active for the whole file), or to
 add some copyright comments, as recommended by the Free Software
 Foundation.