libdist-zilla-plugin-test-reportprereqs-perl 0.029-1 source package in Ubuntu

Changelog

libdist-zilla-plugin-test-reportprereqs-perl (0.029-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.029.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 14 Jan 2023 22:01:29 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-plugin-test-reportprereqs-perl_0.029-1.dsc 2.9 KiB 5d7713394bd376dc54b98c466d23ecea36480715bf53d5440f031e73a6f93a3c
libdist-zilla-plugin-test-reportprereqs-perl_0.029.orig.tar.gz 21.6 KiB c4ddcb06b91586891e0cb9f4a381c5ec73c6da52d307f6471ca3be3c437c7a96
libdist-zilla-plugin-test-reportprereqs-perl_0.029-1.debian.tar.xz 3.3 KiB 5c717ef8b1c3ead48c57d2d4cac67256708821e3c82a8e725b05b393e7dcf285

Available diffs

No changes file available.

Binary packages built by this source

libdist-zilla-plugin-test-reportprereqs-perl: module to report on prerequisite versions during automated testing

 The Dist::Zilla::Plugin::Test::ReportPrereqs plugin adds a
 t/00-report-prereqs.t test file. It reports the version of all modules listed
 in the distribution metadata prerequisites (including 'recommends',
 'suggests', etc.). However, any 'develop' prereqs are not reported (unless
 they show up in another category).
 .
 If a MYMETA.json file exists and CPAN::Meta is installed on the testing
 machine, MYMETA.json will be examined for prerequisites in addition, as it
 would include any dynamic prerequisites not set in the distribution metadata.
 .
 Versions are reported based on the result of parse_version from
 ExtUtils::MakeMaker, which means prerequisite modules are not actually loaded
 (which avoids various edge cases with certain modules). Parse errors are
 reported as "undef". If a module is not installed, "missing" is reported
 instead of a version string.