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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * Rename debian/tests/test-files to debian/tests/pkg-perl/test-files.
  * Drop debian/tests/control, add Testsuite field to debian/control
    instead.

  [ Lucas Kanashiro ]
  * Import upstream version 0.021
  * Bump debhelper compatibility level to 9
  * Declare compliance with Debian policy 3.9.6

 -- Lucas Kanashiro <email address hidden>  Fri, 21 Aug 2015 13:38:01 -0300

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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-plugin-test-reportprereqs-perl_0.021-1.dsc 2.7 KiB b28c560a236393e330c510a6046e8f73cab531611054e4532268b5870f00ae97
libdist-zilla-plugin-test-reportprereqs-perl_0.021.orig.tar.gz 18.6 KiB dd0e30697bc5f6f81de3df1bc6e062e8d1fcedf57a12e09e38a27731d084507e
libdist-zilla-plugin-test-reportprereqs-perl_0.021-1.debian.tar.xz 2.8 KiB 315b688f9de3e029b78cdc95ffff28e4e59dfdfa5ae522567fe609b1800b9d65

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.