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

Changelog

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

  * Import upstream version 6.030.
  * Update upstream email address.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Thu, 19 Jan 2023 19:29: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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-perl_6.030-1.dsc 4.1 KiB 4f662ada05a6b3e02de4abc6e70355fedfb9e1ece1da9afc14d4acc1c2b30174
libdist-zilla-perl_6.030.orig.tar.gz 348.1 KiB c406bbe6809e94edb70ca94324c301433d6c8a3dfbe70b02df12e1dff2f3b130
libdist-zilla-perl_6.030-1.debian.tar.xz 9.5 KiB 56b5564c2910099c358a574979ed08eb9ae83896762507a8b67788cad8db0bc9

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.