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

Changelog

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

  * Import upstream version 6.025.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Fri, 03 Jun 2022 19:28:51 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-perl_6.025-1.dsc 4.1 KiB 567c02e878c28b3ca6b3cb5602a572eae15bd624cd0390ad754e12be6e6932f2
libdist-zilla-perl_6.025.orig.tar.gz 347.1 KiB 07798e270e5d904d1071e2b421309b732d0be7d682f4d9487945e815012726cc
libdist-zilla-perl_6.025-1.debian.tar.xz 9.4 KiB 7a48dd906b666d8baa0c6f71493d4f0cd3c81cd98378e276a967857c6750c780

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.