debian/0000755000000000000000000000000012230552121007157 5ustar debian/rules0000755000000000000000000000003612230552121010236 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000353312230552121010566 0ustar Source: libdist-zilla-plugin-test-reportprereqs-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Oleg Gashev Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libcapture-tiny-perl, libdist-zilla-perl, libfile-pushd-perl, libfile-slurp-perl, libmoose-perl, libpath-class-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-zilla-plugin-test-reportprereqs-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-test-reportprereqs-perl.git Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Test-ReportPrereqs Package: libdist-zilla-plugin-test-reportprereqs-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdist-zilla-perl, libfile-slurp-perl, libmoose-perl Description: 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. debian/source/0000755000000000000000000000000012230552121010457 5ustar debian/source/format0000644000000000000000000000001412230552121011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000102312230552121011025 0ustar libdist-zilla-plugin-test-reportprereqs-perl (0.010-1) unstable; urgency=low * New upstream release. -- Oleg Gashev Sat, 19 Oct 2013 12:22:06 -0400 libdist-zilla-plugin-test-reportprereqs-perl (0.008-1) unstable; urgency=low * New upstream release. -- Oleg Gashev Tue, 15 Oct 2013 14:42:04 -0400 libdist-zilla-plugin-test-reportprereqs-perl (0.006-1) unstable; urgency=low * Initial Release. (Closes: #722734) -- Oleg Gashev Sat, 14 Sep 2013 08:04:25 +0000 debian/compat0000644000000000000000000000000212230552121010355 0ustar 8 debian/libdist-zilla-plugin-test-reportprereqs-perl.docs0000644000000000000000000000001512230552121020714 0ustar CONTRIBUTING debian/copyright0000644000000000000000000000337412230552121011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Dist-Zilla-Plugin-Test-ReportPrereqs Upstream-Contact: David Golden Upstream-Name: Dist-Zilla-Plugin-Test-ReportPrereqs Files: * Copyright: 2012, David Golden License: Apache-2.0 Files: debian/* Copyright: 2013, Oleg Gashev License: Apache-2.0 or Artistic or GPL-1+ License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000024512230552121010211 0ustar version=3 https://metacpan.org/release/Dist-Zilla-Plugin-Test-ReportPrereqs .*/Dist-Zilla-Plugin-Test-ReportPrereqs-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$