libdist-zilla-perl 6.017-1 source package in Ubuntu

Changelog

libdist-zilla-perl (6.017-1) unstable; urgency=medium

  * Import upstream version 6.017.
  * Replace '--with bash{_,-}completion' in debian/rules with a build
    dependency on 'dh-sequence-bash-completion'.
  * Add cpanminus to Recommends.
  * Remove now unused Lintian override package-contains-documentation-
    outside-usr-share-doc.

 -- gregor herrmann <email address hidden>  Wed, 04 Nov 2020 18:41:36 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-perl_6.017-1.dsc 4.2 KiB 44f80c2e9376b660e8335cf2b7dd6c2a006077626101442aa1a22b945cc8c2df
libdist-zilla-perl_6.017.orig.tar.gz 198.7 KiB 5c8d30ce33ac8b5e937e6f83fcfa779e7225ca149951ee5c9bc2c3af3c2b6fee
libdist-zilla-perl_6.017-1.debian.tar.xz 9.3 KiB bc667c45011a26aac9c5de34301511d4d76fc81d200e63d84767bc3f616795c8

Available diffs

No changes file available.

Binary packages built by this source

libdist-zilla-perl: Perl distribution builder

 Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this
 respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install.
 Unlike those tools, however, it is not also a system for installing code that
 has been downloaded from the CPAN. Since it's only run by authors, and is
 meant to be run on a repository checkout rather than on published, released
 code, it can do much more than those tools, and is free to make much more
 ludicrous demands in terms of prerequisites.
 .
 It's aim is to generate every file which is needed by a CPAN
 distribution, but usually generated and hence commonly not checked in
 into a VCS repository. For that it reads a file called dist.ini and
 gathers data from other files as instructured in that file.