diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/Build.PL libdist-zilla-plugin-installguide-perl-1.200007/Build.PL --- libdist-zilla-plugin-installguide-perl-1.200006/Build.PL 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/Build.PL 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v5.021. -use strict; -use warnings; - -use Module::Build 0.28; - - -my %module_build_args = ( - "build_requires" => { - "Module::Build" => "0.28" - }, - "configure_requires" => { - "Module::Build" => "0.28" - }, - "dist_abstract" => "Build an INSTALL file", - "dist_author" => [ - "Marcel Gr\x{fc}nauer ", - "Mike Doherty " - ], - "dist_name" => "Dist-Zilla-Plugin-InstallGuide", - "dist_version" => "1.200006", - "license" => "perl", - "module_name" => "Dist::Zilla::Plugin::InstallGuide", - "recommends" => {}, - "recursive_test_files" => 1, - "requires" => { - "Dist::Zilla::File::InMemory" => 0, - "Dist::Zilla::Role::FileGatherer" => 0, - "Dist::Zilla::Role::FileMunger" => 0, - "Dist::Zilla::Role::TextTemplate" => 0, - "List::Util" => 0, - "Moose" => 0, - "perl" => "5.008", - "strict" => 0, - "warnings" => 0 - }, - "script_files" => [], - "test_requires" => { - "File::Spec" => 0, - "IO::Handle" => 0, - "IPC::Open3" => 0, - "Path::Tiny" => 0, - "Test::DZil" => 0, - "Test::Fatal" => 0, - "Test::More" => 0, - "if" => 0 - } -); - - -my %fallback_build_requires = ( - "File::Spec" => 0, - "IO::Handle" => 0, - "IPC::Open3" => 0, - "Module::Build" => "0.28", - "Path::Tiny" => 0, - "Test::DZil" => 0, - "Test::Fatal" => 0, - "Test::More" => 0, - "if" => 0 -); - - -unless ( eval { Module::Build->VERSION(0.4004) } ) { - delete $module_build_args{test_requires}; - $module_build_args{build_requires} = \%fallback_build_requires; -} - -my $build = Module::Build->new(%module_build_args); - -$build->create_build_script; diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/Changes libdist-zilla-plugin-installguide-perl-1.200007/Changes --- libdist-zilla-plugin-installguide-perl-1.200006/Changes 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/Changes 2016-06-11 09:17:13.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Perl extension Dist-Zilla-Plugin-InstallGuide +1.200007 2016-06-11 + - Updated text to suggest local::lib, and not recommend sudo [gh-9] + 1.200006 2015-01-08 - Don't import Moose::Autobox [gh-8; ether] diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/debian/changelog libdist-zilla-plugin-installguide-perl-1.200007/debian/changelog --- libdist-zilla-plugin-installguide-perl-1.200006/debian/changelog 2015-04-29 12:47:18.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/debian/changelog 2016-08-08 21:49:30.000000000 +0000 @@ -1,3 +1,20 @@ +libdist-zilla-plugin-installguide-perl (1.200007-1) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: use HTTPS for GitHub URLs. + + [ Lucas Kanashiro ] + * Import upstream version 1.200007 + * Declare compliance with Debian policy 3.9.8 + + -- Lucas Kanashiro Mon, 08 Aug 2016 18:49:30 -0300 + libdist-zilla-plugin-installguide-perl (1.200006-1) unstable; urgency=medium * Import new upstream releases. diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/debian/control libdist-zilla-plugin-installguide-perl-1.200007/debian/control --- libdist-zilla-plugin-installguide-perl-1.200006/debian/control 2015-04-29 12:47:18.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/debian/control 2016-08-08 21:49:30.000000000 +0000 @@ -10,9 +10,9 @@ libmoose-perl, libpath-tiny-perl, libtest-fatal-perl -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-installguide-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-installguide-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-installguide-perl.git Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-InstallGuide Testsuite: autopkgtest-pkg-perl diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/debian/copyright libdist-zilla-plugin-installguide-perl-1.200007/debian/copyright --- libdist-zilla-plugin-installguide-perl-1.200006/debian/copyright 2015-04-29 12:47:18.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/debian/copyright 2016-08-08 21:49:30.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Dist-Zilla-Plugin-InstallGuide Upstream-Contact: Marcel Grünauer , Mike Doherty Source: https://metacpan.org/release/Dist-Zilla-Plugin-InstallGuide diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/debian/upstream/metadata libdist-zilla-plugin-installguide-perl-1.200007/debian/upstream/metadata --- libdist-zilla-plugin-installguide-perl-1.200006/debian/upstream/metadata 2015-04-29 12:47:18.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/debian/upstream/metadata 2016-08-08 21:49:30.000000000 +0000 @@ -3,5 +3,5 @@ Bug-Database: https://github.com/doherty/Dist-Zilla-Plugin-InstallGuide/issues Contact: Marcel Grünauer , Mike Doherty Name: Dist-Zilla-Plugin-InstallGuide -Repository: git://github.com/doherty/Dist-Zilla-Plugin-InstallGuide.git +Repository: https://github.com/doherty/Dist-Zilla-Plugin-InstallGuide.git Repository-Browse: https://github.com/doherty/Dist-Zilla-Plugin-InstallGuide diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/INSTALL libdist-zilla-plugin-installguide-perl-1.200007/INSTALL --- libdist-zilla-plugin-installguide-perl-1.200006/INSTALL 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/INSTALL 2016-06-11 09:17:13.000000000 +0000 @@ -24,16 +24,16 @@ As a last resort, you can manually install it. Download the tarball, untar it, then build it: - % perl Build.PL - % ./Build && ./Build test + % perl Makefile.PL + % make && make test Then install it: - % ./Build install + % make install If you are installing into a system-wide directory, you may need to run: - % sudo ./Build install + % sudo make install ## Documentation diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/lib/Dist/Zilla/Plugin/InstallGuide.pm libdist-zilla-plugin-installguide-perl-1.200007/lib/Dist/Zilla/Plugin/InstallGuide.pm --- libdist-zilla-plugin-installguide-perl-1.200006/lib/Dist/Zilla/Plugin/InstallGuide.pm 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/lib/Dist/Zilla/Plugin/InstallGuide.pm 2016-06-11 09:17:13.000000000 +0000 @@ -5,7 +5,7 @@ package Dist::Zilla::Plugin::InstallGuide; # ABSTRACT: Build an INSTALL file -our $VERSION = '1.200006'; # VERSION +our $VERSION = '1.200007'; # VERSION use Moose; with 'Dist::Zilla::Role::FileGatherer'; with 'Dist::Zilla::Role::TextTemplate'; @@ -24,10 +24,10 @@ % cpanm {{ $package }} -If you are installing into a system-wide directory, you may need to pass the -"-S" flag to cpanm, which uses sudo to install the module: - - % cpanm -S {{ $package }} +If it does not have permission to install modules to the current perl, cpanm +will automatically set up and install to a local::lib in your home directory. +See the local::lib documentation (https://metacpan.org/pod/local::lib) for +details on enabling it in your environment. ## Installing with the CPAN shell @@ -57,9 +57,9 @@ % make install -If you are installing into a system-wide directory, you may need to run: - - % sudo make install +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib END_TEXT has module_build_manual_installation => (is => 'ro', isa => 'Str', default => <<'END_TEXT'); @@ -73,9 +73,9 @@ % ./Build install -If you are installing into a system-wide directory, you may need to run: - - % sudo ./Build install +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib END_TEXT @@ -148,7 +148,9 @@ =head1 VERSION -version 1.200006 +version 1.200007 + +=for test_synopsis BEGIN { die "SKIP: synopsis isn't perl code" } =head1 SYNOPSIS @@ -176,9 +178,6 @@ Inserts the appropriate installation instructions into F. -=for test_synopsis 1; -__END__ - =head1 AVAILABILITY The latest version of this module is available from the Comprehensive Perl diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/Makefile.PL libdist-zilla-plugin-installguide-perl-1.200007/Makefile.PL --- libdist-zilla-plugin-installguide-perl-1.200006/Makefile.PL 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/Makefile.PL 2016-06-11 09:17:13.000000000 +0000 @@ -1,5 +1,4 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.021. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005. use strict; use warnings; @@ -7,19 +6,13 @@ use ExtUtils::MakeMaker; - - my %WriteMakefileArgs = ( "ABSTRACT" => "Build an INSTALL file", "AUTHOR" => "Marcel Gr\x{fc}nauer , Mike Doherty ", - "BUILD_REQUIRES" => { - "Module::Build" => "0.28" - }, "CONFIGURE_REQUIRES" => { - "Module::Build" => "0.28" + "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Dist-Zilla-Plugin-InstallGuide", - "EXE_FILES" => [], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008", "NAME" => "Dist::Zilla::Plugin::InstallGuide", @@ -41,9 +34,10 @@ "Test::DZil" => 0, "Test::Fatal" => 0, "Test::More" => 0, + "blib" => "1.01", "if" => 0 }, - "VERSION" => "1.200006", + "VERSION" => "1.200007", "test" => { "TESTS" => "t/*.t" } @@ -59,12 +53,12 @@ "IO::Handle" => 0, "IPC::Open3" => 0, "List::Util" => 0, - "Module::Build" => "0.28", "Moose" => 0, "Path::Tiny" => 0, "Test::DZil" => 0, "Test::Fatal" => 0, "Test::More" => 0, + "blib" => "1.01", "if" => 0, "strict" => 0, "warnings" => 0 @@ -81,6 +75,3 @@ unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - - diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/MANIFEST libdist-zilla-plugin-installguide-perl-1.200007/MANIFEST --- libdist-zilla-plugin-installguide-perl-1.200006/MANIFEST 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/MANIFEST 2016-06-11 09:17:13.000000000 +0000 @@ -1,5 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.021. -Build.PL +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.005. Changes INSTALL LICENSE @@ -8,7 +7,6 @@ META.json META.yml Makefile.PL -README README.mkdn dist.ini lib/Dist/Zilla/Plugin/InstallGuide.pm @@ -16,18 +14,18 @@ t/01-basic.t xt/author/critic.t xt/author/eol.t +xt/author/mojibake.t xt/author/no-tabs.t +xt/author/pod-coverage.t +xt/author/pod-syntax.t +xt/author/portability.t +xt/author/synopsis.t +xt/author/test-version.t xt/release/cpan-changes.t xt/release/dist-manifest.t xt/release/distmeta.t xt/release/kwalitee.t xt/release/meta-json.t xt/release/minimum-version.t -xt/release/mojibake.t -xt/release/pod-coverage.t xt/release/pod-linkcheck.t -xt/release/pod-syntax.t -xt/release/portability.t -xt/release/synopsis.t -xt/release/test-version.t xt/release/unused-vars.t diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/META.json libdist-zilla-plugin-installguide-perl-1.200007/META.json --- libdist-zilla-plugin-installguide-perl-1.200006/META.json 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/META.json 2016-06-11 09:17:13.000000000 +0000 @@ -1,49 +1,52 @@ { "abstract" : "Build an INSTALL file", "author" : [ - "Marcel Grünauer ", + "Marcel Gr\u00fcnauer ", "Mike Doherty " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.021, CPAN::Meta::Converter version 2.142690", + "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Dist-Zilla-Plugin-InstallGuide", "no_index" : { "directory" : [ "corpus", - "inc", - "examples" + "examples", + "inc" ] }, "prereqs" : { - "build" : { - "requires" : { - "Module::Build" : "0.28" - } - }, "configure" : { "requires" : { - "Module::Build" : "0.28" + "ExtUtils::MakeMaker" : "0", + "perl" : "5.008" } }, "develop" : { "requires" : { + "English" : "0", "Pod::Coverage::TrustPod" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta" : "0", + "Test::CPAN::Meta::JSON" : "0.16", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", - "Test::More" : "0", + "Test::Mojibake" : "0", + "Test::More" : "0.96", "Test::NoTabs" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", - "Test::Synopsis" : "0" + "Test::Pod::LinkCheck" : "0", + "Test::Portability::Files" : "0", + "Test::Synopsis" : "0", + "Test::Vars" : "0", + "Test::Version" : "1" } }, "runtime" : { @@ -68,7 +71,9 @@ "Test::DZil" : "0", "Test::Fatal" : "0", "Test::More" : "0", - "if" : "0" + "blib" : "1.01", + "if" : "0", + "perl" : "5.008" } } }, @@ -83,6 +88,6 @@ "web" : "https://github.com/doherty/Dist-Zilla-Plugin-InstallGuide" } }, - "version" : "1.200006" + "version" : "1.200007" } diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/META.yml libdist-zilla-plugin-installguide-perl-1.200007/META.yml --- libdist-zilla-plugin-installguide-perl-1.200006/META.yml 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/META.yml 2016-06-11 09:17:13.000000000 +0000 @@ -7,16 +7,18 @@ File::Spec: '0' IO::Handle: '0' IPC::Open3: '0' - Module::Build: '0.28' Path::Tiny: '0' Test::DZil: '0' Test::Fatal: '0' Test::More: '0' + blib: '1.01' if: '0' + perl: '5.008' configure_requires: - Module::Build: '0.28' + ExtUtils::MakeMaker: '0' + perl: '5.008' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.021, CPAN::Meta::Converter version 2.142690' +generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,8 +27,8 @@ no_index: directory: - corpus - - inc - examples + - inc requires: Dist::Zilla::File::InMemory: '0' Dist::Zilla::Role::FileGatherer: '0' @@ -40,4 +42,4 @@ resources: bugtracker: https://github.com/doherty/Dist-Zilla-Plugin-InstallGuide/issues repository: git://github.com/doherty/Dist-Zilla-Plugin-InstallGuide.git -version: '1.200006' +version: '1.200007' diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/README libdist-zilla-plugin-installguide-perl-1.200007/README --- libdist-zilla-plugin-installguide-perl-1.200006/README 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/README 1970-01-01 00:00:00.000000000 +0000 @@ -1,56 +0,0 @@ -NAME - Dist::Zilla::Plugin::InstallGuide - Build an INSTALL file - -VERSION - version 1.200006 - -SYNOPSIS - In "dist.ini": - - [InstallGuide] - -DESCRIPTION - This plugin adds a very simple INSTALL file to the distribution, telling - the user how to install this distribution. - - You should use this plugin in your Dist::Zilla configuration after - "[MakeMaker]" or "[ModuleBuild]" so that it can determine what kind of - distribution you are building and which installation instructions are - appropriate. - -METHODS - gather_files - Creates the INSTALL file. - - munge_files - Inserts the appropriate installation instructions into INSTALL. - -AVAILABILITY - The latest version of this module is available from the Comprehensive - Perl Archive Network (CPAN). Visit to find a - CPAN site near you, or see - . - -SOURCE - The development version is on github at - and may be - cloned from - - -BUGS AND LIMITATIONS - You can make new bug reports, and view existing ones, through the web - interface at - . - -AUTHORS - * Marcel Grünauer - - * Mike Doherty - -COPYRIGHT AND LICENSE - This software is copyright (c) 2010 by Marcel Grünauer - . - - This is free software; you can redistribute it and/or modify it under - the same terms as the Perl 5 programming language system itself. - diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/README.mkdn libdist-zilla-plugin-installguide-perl-1.200007/README.mkdn --- libdist-zilla-plugin-installguide-perl-1.200006/README.mkdn 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/README.mkdn 2016-06-11 09:17:13.000000000 +0000 @@ -4,7 +4,7 @@ # VERSION -version 1.200006 +version 1.200007 # SYNOPSIS diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/t/00-compile.t libdist-zilla-plugin-installguide-perl-1.200007/t/00-compile.t --- libdist-zilla-plugin-installguide-perl-1.200006/t/00-compile.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/t/00-compile.t 2016-06-11 09:17:13.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 use Test::More; @@ -36,6 +36,9 @@ waitpid($pid, 0); is($?, 0, "$lib loaded ok"); + shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ + and not eval { require blib; blib->VERSION('1.01') }; + if (@_warnings) { warn @_warnings; diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/eol.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/eol.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/eol.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/eol.t 2016-06-11 09:17:13.000000000 +0000 @@ -1,8 +1,16 @@ use strict; use warnings; -use Test::More; -# generated by Dist::Zilla::Plugin::Test::EOL 0.14 +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 + +use Test::More 0.88; use Test::EOL; -all_perl_files_ok({ trailing_whitespace => 1 }); +my @files = ( + 'lib/Dist/Zilla/Plugin/InstallGuide.pm', + 't/00-compile.t', + 't/01-basic.t' +); + +eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; +done_testing; diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/mojibake.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/mojibake.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/mojibake.t 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/mojibake.t 2016-06-11 09:17:13.000000000 +0000 @@ -0,0 +1,9 @@ +#!perl + +use strict; +use warnings qw(all); + +use Test::More; +use Test::Mojibake; + +all_files_encoding_ok(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/no-tabs.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/no-tabs.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/no-tabs.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/no-tabs.t 2016-06-11 09:17:13.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.09 +# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15 use Test::More 0.88; use Test::NoTabs; diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/pod-coverage.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/pod-coverage.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/pod-coverage.t 2016-06-11 09:17:13.000000000 +0000 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. + +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; + +all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/pod-syntax.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/pod-syntax.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/pod-syntax.t 2016-06-11 09:17:13.000000000 +0000 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/portability.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/portability.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/portability.t 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/portability.t 2016-06-11 09:17:13.000000000 +0000 @@ -0,0 +1,12 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; + +run_tests(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/synopsis.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/synopsis.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/synopsis.t 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/synopsis.t 2016-06-11 09:17:13.000000000 +0000 @@ -0,0 +1,5 @@ +#!perl + +use Test::Synopsis; + +all_synopsis_ok(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/author/test-version.t libdist-zilla-plugin-installguide-perl-1.200007/xt/author/test-version.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/author/test-version.t 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/author/test-version.t 2016-06-11 09:17:13.000000000 +0000 @@ -0,0 +1,23 @@ +use strict; +use warnings; +use Test::More; + +# generated by Dist::Zilla::Plugin::Test::Version 1.09 +use Test::Version; + +my @imports = qw( version_all_ok ); + +my $params = { + is_strict => 0, + has_version => 1, + multiple => 0, + +}; + +push @imports, $params + if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); + +Test::Version->import(@imports); + +version_all_ok; +done_testing; diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/kwalitee.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/kwalitee.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/kwalitee.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/kwalitee.t 2016-06-11 09:17:13.000000000 +0000 @@ -1,4 +1,4 @@ -# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11 +# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.12 use strict; use warnings; use Test::More 0.88; diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/meta-json.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/meta-json.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/meta-json.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/meta-json.t 2016-06-11 09:17:13.000000000 +0000 @@ -1,6 +1,4 @@ #!perl -use Test::More; -eval 'use Test::CPAN::Meta::JSON'; -plan skip_all => 'Test::CPAN::Meta::JSON required for testing META.json' if $@; +use Test::CPAN::Meta::JSON; meta_json_ok(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/mojibake.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/mojibake.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/mojibake.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/mojibake.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings qw(all); - -use Test::More; - -## no critic (ProhibitStringyEval, RequireCheckingReturnValueOfEval) -eval q(use Test::Mojibake); -plan skip_all => q(Test::Mojibake required for source encoding testing) if $@; - -all_files_encoding_ok(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/pod-coverage.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/pod-coverage.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/pod-coverage.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. - -use Test::Pod::Coverage 1.08; -use Pod::Coverage::TrustPod; - -all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/pod-syntax.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/pod-syntax.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/pod-syntax.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#!perl -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/portability.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/portability.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/portability.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/portability.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; -run_tests(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/synopsis.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/synopsis.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/synopsis.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/synopsis.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -#!perl - -use Test::Synopsis; - -all_synopsis_ok(); diff -Nru libdist-zilla-plugin-installguide-perl-1.200006/xt/release/test-version.t libdist-zilla-plugin-installguide-perl-1.200007/xt/release/test-version.t --- libdist-zilla-plugin-installguide-perl-1.200006/xt/release/test-version.t 2015-01-09 04:01:00.000000000 +0000 +++ libdist-zilla-plugin-installguide-perl-1.200007/xt/release/test-version.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -use strict; -use warnings; -use Test::More; - -# generated by Dist::Zilla::Plugin::Test::Version 0.002004 -BEGIN { eval "use Test::Version; 1;" or die $@; } - -my @imports = ( 'version_all_ok' ); - -my $params = { - is_strict => 0, - has_version => 1, -}; - -push @imports, $params - if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); - - -Test::Version->import(@imports); - -version_all_ok; -done_testing;