diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/Changes libdist-zilla-plugin-metaprovides-perl-2.002004/Changes --- libdist-zilla-plugin-metaprovides-perl-2.002003/Changes 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/Changes 2017-03-01 12:16:19.000000000 +0000 @@ -1,5 +1,14 @@ Revision history for Dist-Zilla-Plugin-MetaProvides +2.002004 2017-03-01T11:57:55Z fd9040a + [Bugfix] + - Update tooling to avoid .-in-@INC issues + - Closes https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides/issues/7 + + [Dependencies::Stats] + - Dependencies changed since 2.002003, see misc/*.deps* for details + - develop: +1 ↑1 + 2.002003 2016-07-29T22:25:40Z c9860d3 - STABLE: This release includes all changes previously stated between 2.002000 and 2.002000 as stable. - SHORTLIST: Better logging about possible issues, Fewer dependencies, Enhanced metaconfig data, MetaNoIndex diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/debian/changelog libdist-zilla-plugin-metaprovides-perl-2.002004/debian/changelog --- libdist-zilla-plugin-metaprovides-perl-2.002003/debian/changelog 2016-08-08 22:20:52.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/debian/changelog 2017-06-19 00:05:10.000000000 +0000 @@ -1,3 +1,12 @@ +libdist-zilla-plugin-metaprovides-perl (2.002004-1) unstable; urgency=medium + + * Import upstream version 2.002004. + * Declare compliance with Debian Policy 4.0.0. (No changes needed.) + * Bump debhelper compatibility to 10. + + Update versioned build-dependency on debhelper accordingly. + + -- Axel Beckert Mon, 19 Jun 2017 02:05:10 +0200 + libdist-zilla-plugin-metaprovides-perl (2.002003-1) unstable; urgency=medium * Team upload. diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/debian/compat libdist-zilla-plugin-metaprovides-perl-2.002004/debian/compat --- libdist-zilla-plugin-metaprovides-perl-2.002003/debian/compat 2016-08-08 22:20:52.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/debian/compat 2017-06-19 00:02:47.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/debian/control libdist-zilla-plugin-metaprovides-perl-2.002004/debian/control --- libdist-zilla-plugin-metaprovides-perl-2.002003/debian/control 2016-08-08 22:20:52.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/debian/control 2017-06-19 00:02:56.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Perl Group Uploaders: Axel Beckert -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 10) Build-Depends-Indep: libdist-zilla-perl, libdist-zilla-util-configdumper-perl, libdist-zilla-util-test-kentnl-perl, @@ -14,7 +14,7 @@ libpath-tiny-perl, libtest-fatal-perl, perl (>= 5.13.4) -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-metaprovides-perl.git Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-MetaProvides diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/dist.ini libdist-zilla-plugin-metaprovides-perl-2.002004/dist.ini --- libdist-zilla-plugin-metaprovides-perl-2.002003/dist.ini 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/dist.ini 2017-03-01 12:16:19.000000000 +0000 @@ -78,6 +78,8 @@ [Test::MinimumVersion / @Author::KENTNL/Test::MinimumVersion] [Test::Compile::PerFile / @Author::KENTNL/Test::Compile::PerFile] +:version = 0.003902 +test_template = 02-raw-require.t.tpl [Test::Perl::Critic / @Author::KENTNL/Test::Perl::Critic] diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/lib/Dist/Zilla/MetaProvides/ProvideRecord.pm libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/MetaProvides/ProvideRecord.pm --- libdist-zilla-plugin-metaprovides-perl-2.002003/lib/Dist/Zilla/MetaProvides/ProvideRecord.pm 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/MetaProvides/ProvideRecord.pm 2017-03-01 12:16:19.000000000 +0000 @@ -4,7 +4,7 @@ package Dist::Zilla::MetaProvides::ProvideRecord; -our $VERSION = '2.002003'; +our $VERSION = '2.002004'; # ABSTRACT: Data Management Record for MetaProvider::Provides Based Class @@ -112,7 +112,7 @@ =head1 VERSION -version 2.002003 +version 2.002004 =head1 PUBLIC METHODS @@ -168,7 +168,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by Kent Fredric . +This software is copyright (c) 2017 by Kent Fredric . 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-metaprovides-perl-2.002003/lib/Dist/Zilla/MetaProvides/Types.pm libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/MetaProvides/Types.pm --- libdist-zilla-plugin-metaprovides-perl-2.002003/lib/Dist/Zilla/MetaProvides/Types.pm 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/MetaProvides/Types.pm 2017-03-01 12:16:19.000000000 +0000 @@ -4,7 +4,7 @@ package Dist::Zilla::MetaProvides::Types; -our $VERSION = '2.002003'; +our $VERSION = '2.002004'; # ABSTRACT: Utility Types for the MetaProvides Plugin @@ -60,7 +60,7 @@ =head1 VERSION -version 2.002003 +version 2.002004 =head1 SUBTYPES @@ -107,7 +107,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by Kent Fredric . +This software is copyright (c) 2017 by Kent Fredric . 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-metaprovides-perl-2.002003/lib/Dist/Zilla/Plugin/MetaProvides.pm libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/Plugin/MetaProvides.pm --- libdist-zilla-plugin-metaprovides-perl-2.002003/lib/Dist/Zilla/Plugin/MetaProvides.pm 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/Plugin/MetaProvides.pm 2017-03-01 12:16:19.000000000 +0000 @@ -4,7 +4,7 @@ package Dist::Zilla::Plugin::MetaProvides; -our $VERSION = '2.002003'; +our $VERSION = '2.002004'; # ABSTRACT: Generating and Populating 'provides' in your META.yml @@ -44,7 +44,7 @@ =head1 VERSION -version 2.002003 +version 2.002004 =head1 SYNOPSIS @@ -243,7 +243,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by Kent Fredric . +This software is copyright (c) 2017 by Kent Fredric . 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-metaprovides-perl-2.002003/lib/Dist/Zilla/Role/MetaProvider/Provider.pm libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/Role/MetaProvider/Provider.pm --- libdist-zilla-plugin-metaprovides-perl-2.002003/lib/Dist/Zilla/Role/MetaProvider/Provider.pm 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/lib/Dist/Zilla/Role/MetaProvider/Provider.pm 2017-03-01 12:16:19.000000000 +0000 @@ -4,7 +4,7 @@ package Dist::Zilla::Role::MetaProvider::Provider; -our $VERSION = '2.002003'; +our $VERSION = '2.002004'; # ABSTRACT: A Role for Metadata providers specific to the 'provider' key. @@ -322,7 +322,7 @@ =head1 VERSION -version 2.002003 +version 2.002004 =head1 PUBLIC METHODS @@ -482,7 +482,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by Kent Fredric . +This software is copyright (c) 2017 by Kent Fredric . 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-metaprovides-perl-2.002003/LICENSE libdist-zilla-plugin-metaprovides-perl-2.002004/LICENSE --- libdist-zilla-plugin-metaprovides-perl-2.002003/LICENSE 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/LICENSE 2017-03-01 12:16:19.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2016 by Kent Fredric . +This software is copyright (c) 2017 by Kent Fredric . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2016 by Kent Fredric . +This software is Copyright (c) 2017 by Kent Fredric . This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2016 by Kent Fredric . +This software is Copyright (c) 2017 by Kent Fredric . This is free software, licensed under: diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/Makefile.PL libdist-zilla-plugin-metaprovides-perl-2.002004/Makefile.PL --- libdist-zilla-plugin-metaprovides-perl-2.002003/Makefile.PL 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/Makefile.PL 2017-03-01 12:16:19.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.006. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008. use strict; use warnings; @@ -39,7 +39,7 @@ "Test::More" => "0.96", "lib" => 0 }, - "VERSION" => "2.002003", + "VERSION" => "2.002004", "test" => { "TESTS" => "t/*.t t/00-compile/*.t t/01-Provider/*.t" } diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/MANIFEST libdist-zilla-plugin-metaprovides-perl-2.002004/MANIFEST --- libdist-zilla-plugin-metaprovides-perl-2.002003/MANIFEST 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/MANIFEST 2017-03-01 12:16:19.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.006. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008. .gitignore .mailmap .perltidyrc diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/META.json libdist-zilla-plugin-metaprovides-perl-2.002004/META.json --- libdist-zilla-plugin-metaprovides-perl-2.002003/META.json 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/META.json 2017-03-01 12:16:19.000000000 +0000 @@ -4,7 +4,7 @@ "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -76,7 +76,7 @@ "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0", "Dist::Zilla::Plugin::RunExtraTests" : "0", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0", - "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0", + "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003902", "Dist::Zilla::Plugin::Test::EOL" : "0", "Dist::Zilla::Plugin::Test::Kwalitee" : "0", "Dist::Zilla::Plugin::Test::MinimumVersion" : "0", @@ -92,6 +92,7 @@ "Test::CPAN::Meta" : "0", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", + "Test::MinimumVersion" : "0", "Test::More" : "0.96", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" @@ -149,19 +150,19 @@ "provides" : { "Dist::Zilla::MetaProvides::ProvideRecord" : { "file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm", - "version" : "2.002003" + "version" : "2.002004" }, "Dist::Zilla::MetaProvides::Types" : { "file" : "lib/Dist/Zilla/MetaProvides/Types.pm", - "version" : "2.002003" + "version" : "2.002004" }, "Dist::Zilla::Plugin::MetaProvides" : { "file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm", - "version" : "2.002003" + "version" : "2.002004" }, "Dist::Zilla::Role::MetaProvider::Provider" : { "file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm", - "version" : "2.002003" + "version" : "2.002004" } }, "release_status" : "stable", @@ -176,13 +177,13 @@ "web" : "https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides" } }, - "version" : "2.002003", + "version" : "2.002004", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, "x_Dist_Zilla" : { "perl" : { - "version" : "5.022003" + "version" : "5.025010" }, "plugins" : [ { @@ -202,7 +203,7 @@ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -217,16 +218,16 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.006" + "version" : "6.008" } ], "include_underscores" : 0 }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002003", - "inherit_missing" : "1", - "inherit_version" : "1", - "meta_noindex" : "1" + "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004", + "inherit_missing" : 1, + "inherit_version" : 1, + "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { "Module::Metadata" : "1.000033", @@ -234,7 +235,7 @@ } }, "name" : "@Author::KENTNL/MetaProvides::Package", - "version" : "2.004001" + "version" : "2.004002" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", @@ -259,22 +260,21 @@ } }, "name" : "@Author::KENTNL/MetaData::BuiltWith", - "version" : "1.004003" + "version" : "1.004004" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { + "git --version" : "2.11.1", "include_authors" : 0, "include_releaser" : 0, "order_by" : "name", - "paths" : [ - "." - ] + "paths" : [] } }, "name" : "@Author::KENTNL/Git::Contributors", - "version" : "0.023" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -300,17 +300,17 @@ } }, "name" : "@Author::KENTNL/Git::GatherDir", - "version" : "2.039" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaYAML::Minimal", @@ -326,12 +326,20 @@ { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI", + "config" : { + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : { + "fail_perls" : [ + "5.8" + ], + "skip_perls" : [] + } + }, "name" : "@Author::KENTNL/Author::KENTNL::TravisCI", - "version" : "0.001002" + "version" : "0.001003" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING", @@ -346,7 +354,7 @@ "location" : "root", "phase" : "build", "source_filename" : "contributing-0.1.pod", - "version" : "0.012" + "version" : "0.013" }, "Dist::Zilla::Role::RepoFileInjector" : { "allow_overwrite" : 1, @@ -360,22 +368,22 @@ { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", "name" : "@Author::KENTNL/CopyXBuild", - "version" : "0.161350" + "version" : "0.163040" }, { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", @@ -412,12 +420,12 @@ { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", "name" : "@Author::KENTNL/Test::MinimumVersion", - "version" : "2.000006" + "version" : "2.000007" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -432,12 +440,12 @@ "path_translator" : "base64_filter", "prefix" : "t/00-compile", "skip" : [], - "test_template" : "01-basic.t.tpl", + "test_template" : "02-raw-require.t.tpl", "xt_mode" : null } }, "name" : "@Author::KENTNL/Test::Compile::PerFile", - "version" : "0.003000" + "version" : "0.003902" }, { "class" : "Dist::Zilla::Plugin::Test::Perl::Critic", @@ -447,7 +455,7 @@ { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::KENTNL/ManifestSkip", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized", @@ -482,112 +490,112 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "-SingleEncoding", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Name", "name" : "Name", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Version", "name" : "Version", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "prelude", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "QUICK REFERENCE", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "SUBTYPES", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PERFORMS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "REQUIRES", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PMETHODS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_ATTRIBUTES", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_METHODS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "Leftovers", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "postlude", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "Authors", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "Legal", - "version" : "4.013" + "version" : "4.015" } ] } @@ -598,7 +606,7 @@ { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -609,7 +617,7 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", @@ -634,12 +642,12 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes", - "version" : "0.005001" + "version" : "0.005002" }, { "class" : "Dist::Zilla::Plugin::Readme::Brief", @@ -654,7 +662,7 @@ } }, "name" : "@Author::KENTNL/ReadmeAnyFromPod", - "version" : "0.161170" + "version" : "0.163250" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", @@ -679,12 +687,12 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::KENTNL/TestRelease", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -701,11 +709,12 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." } }, "name" : "@Author::KENTNL/Git::Check", - "version" : "2.039" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -723,6 +732,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -730,7 +740,7 @@ } }, "name" : "@Author::KENTNL/commit_dirty_files", - "version" : "2.039" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -739,11 +749,12 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "2.002003-source", + "tag" : "2.002004-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -751,7 +762,7 @@ } }, "name" : "@Author::KENTNL/tag_master", - "version" : "2.039" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::NextRelease", @@ -796,6 +807,7 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -803,7 +815,7 @@ } }, "name" : "@Author::KENTNL/commit_release_changes", - "version" : "2.039" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::CommitBuild", @@ -817,11 +829,12 @@ "release_message" : "Build results of %h (on %b)" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." } }, "name" : "@Author::KENTNL/Git::CommitBuild", - "version" : "2.039" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -830,11 +843,12 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "2.002003", + "tag" : "2.002004", "tag_format" : "%v", "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." }, "Dist::Zilla::Role::Git::StringFormatter" : { @@ -842,12 +856,12 @@ } }, "name" : "@Author::KENTNL/tag_release", - "version" : "2.039" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Twitter", @@ -909,7 +923,7 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -920,7 +934,7 @@ } }, "name" : "RuntimeSuggests", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -931,7 +945,7 @@ } }, "name" : "TestSuggests", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -942,78 +956,78 @@ } }, "name" : "DevelopRequires", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "MetaNoIndex", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.006" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.006" + "version" : "6.008" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "6.006" + "version" : "6.008" } }, "x_authority" : "cpan:KENTNL", - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217" + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0227" } diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/META.yml libdist-zilla-plugin-metaprovides-perl-2.002004/META.yml --- libdist-zilla-plugin-metaprovides-perl-2.002003/META.yml 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/META.yml 2017-03-01 12:16:19.000000000 +0000 @@ -17,7 +17,7 @@ ExtUtils::MakeMaker: '0' perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -29,16 +29,16 @@ provides: Dist::Zilla::MetaProvides::ProvideRecord: file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm - version: '2.002003' + version: '2.002004' Dist::Zilla::MetaProvides::Types: file: lib/Dist/Zilla/MetaProvides/Types.pm - version: '2.002003' + version: '2.002004' Dist::Zilla::Plugin::MetaProvides: file: lib/Dist/Zilla/Plugin/MetaProvides.pm - version: '2.002003' + version: '2.002004' Dist::Zilla::Role::MetaProvider::Provider: file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm - version: '2.002003' + version: '2.002004' recommends: Moose: '2.000' requires: @@ -57,4 +57,4 @@ bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides/issues homepage: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides repository: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides.git -version: '2.002003' +version: '2.002004' diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/misc/built_with.json libdist-zilla-plugin-metaprovides-perl-2.002004/misc/built_with.json --- libdist-zilla-plugin-metaprovides-perl-2.002003/misc/built_with.json 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/misc/built_with.json 2017-03-01 12:16:19.000000000 +0000 @@ -1,96 +1,97 @@ { "modules" : { - "CPAN::Meta" : "2.150005", - "Carp" : "1.38", - "Dist::Zilla" : "6.006", + "CPAN::Meta" : "2.150010", + "Carp" : "1.42", + "Dist::Zilla" : "6.008", "Dist::Zilla::App::Command::bakeini" : "0.002005", "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001005", - "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005001", - "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005002", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001003", "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AutoPrereqs" : "6.006", + "Dist::Zilla::Plugin::AutoPrereqs" : "6.008", "Dist::Zilla::Plugin::Bootstrap::lib" : "1.001000", "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.015", - "Dist::Zilla::Plugin::ConfirmRelease" : "6.006", - "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.161350", - "Dist::Zilla::Plugin::Git::Check" : "2.039", - "Dist::Zilla::Plugin::Git::Commit" : "2.039", - "Dist::Zilla::Plugin::Git::CommitBuild" : "2.039", - "Dist::Zilla::Plugin::Git::Contributors" : "0.023", - "Dist::Zilla::Plugin::Git::GatherDir" : "2.039", + "Dist::Zilla::Plugin::ConfirmRelease" : "6.008", + "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.163040", + "Dist::Zilla::Plugin::Git::Check" : "2.041", + "Dist::Zilla::Plugin::Git::Commit" : "2.041", + "Dist::Zilla::Plugin::Git::CommitBuild" : "2.041", + "Dist::Zilla::Plugin::Git::Contributors" : "0.029", + "Dist::Zilla::Plugin::Git::GatherDir" : "2.041", "Dist::Zilla::Plugin::Git::NextRelease" : "0.004000", - "Dist::Zilla::Plugin::Git::Tag" : "2.039", + "Dist::Zilla::Plugin::Git::Tag" : "2.041", "Dist::Zilla::Plugin::GithubMeta" : "0.54", - "Dist::Zilla::Plugin::License" : "6.006", - "Dist::Zilla::Plugin::MakeMaker" : "6.006", - "Dist::Zilla::Plugin::Manifest" : "6.006", - "Dist::Zilla::Plugin::ManifestSkip" : "6.006", - "Dist::Zilla::Plugin::MetaConfig" : "6.006", - "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004003", - "Dist::Zilla::Plugin::MetaJSON" : "6.006", - "Dist::Zilla::Plugin::MetaNoIndex" : "6.006", - "Dist::Zilla::Plugin::MetaProvides::Package" : "2.004001", - "Dist::Zilla::Plugin::MetaTests" : "6.006", + "Dist::Zilla::Plugin::License" : "6.008", + "Dist::Zilla::Plugin::MakeMaker" : "6.008", + "Dist::Zilla::Plugin::Manifest" : "6.008", + "Dist::Zilla::Plugin::ManifestSkip" : "6.008", + "Dist::Zilla::Plugin::MetaConfig" : "6.008", + "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004004", + "Dist::Zilla::Plugin::MetaJSON" : "6.008", + "Dist::Zilla::Plugin::MetaNoIndex" : "6.008", + "Dist::Zilla::Plugin::MetaProvides::Package" : "2.004002", + "Dist::Zilla::Plugin::MetaTests" : "6.008", "Dist::Zilla::Plugin::MetaYAML::Minimal" : "0.001000", "Dist::Zilla::Plugin::MinimumPerl" : "1.006", - "Dist::Zilla::Plugin::PodCoverageTests" : "6.006", - "Dist::Zilla::Plugin::PodSyntaxTests" : "6.006", + "Dist::Zilla::Plugin::PodCoverageTests" : "6.008", + "Dist::Zilla::Plugin::PodSyntaxTests" : "6.008", "Dist::Zilla::Plugin::PodWeaver" : "4.008", - "Dist::Zilla::Plugin::Prereqs" : "6.006", + "Dist::Zilla::Plugin::Prereqs" : "6.008", "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006", "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003001", "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001000", "Dist::Zilla::Plugin::Readme::Brief" : "0.003000", - "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.161170", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.163250", "Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001000", "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001005", "Dist::Zilla::Plugin::RunExtraTests" : "0.029", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012", - "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003000", + "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003902", "Dist::Zilla::Plugin::Test::EOL" : "0.19", "Dist::Zilla::Plugin::Test::Kwalitee" : "2.12", - "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000006", + "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000007", "Dist::Zilla::Plugin::Test::Perl::Critic" : "3.000", "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.025", - "Dist::Zilla::Plugin::TestRelease" : "6.006", + "Dist::Zilla::Plugin::TestRelease" : "6.008", "Dist::Zilla::Plugin::Twitter" : "0.026", - "Dist::Zilla::Plugin::UploadToCPAN" : "6.006", + "Dist::Zilla::Plugin::UploadToCPAN" : "6.008", "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025020", - "Dist::Zilla::Role::MetaProvider" : "6.006", - "Dist::Zilla::Role::Plugin" : "6.006", - "English" : "1.09", - "ExtUtils::MakeMaker" : "7.19_08", - "File::Spec" : "3.62", + "Dist::Zilla::Role::MetaProvider" : "6.008", + "Dist::Zilla::Role::Plugin" : "6.008", + "English" : "1.10", + "ExtUtils::MakeMaker" : "7.24", + "File::Spec" : "3.66", "Hash::Merge::Simple" : "0.051", - "Moose" : "2.1804", - "Moose::Role" : "2.1804", - "MooseX::Types" : "0.46", - "MooseX::Types::Moose" : "0.46", - "Path::Tiny" : "0.096", + "Moose" : "2.2004", + "Moose::Role" : "2.2004", + "MooseX::Types" : "0.50", + "MooseX::Types::Moose" : "0.50", + "Path::Tiny" : "0.104", "Pod::Coverage::TrustPod" : "0.100003", - "Scalar::Util" : "1.45", + "Scalar::Util" : "1.46_02", "Software::License::Perl_5" : "0.103012", "Test::CPAN::Changes" : "0.400002", "Test::CPAN::Meta" : "0.25", - "Test::DZil" : "6.006", + "Test::DZil" : "6.008", "Test::EOL" : "1.6", "Test::Fatal" : "0.014", - "Test::Kwalitee" : "1.22", - "Test::More" : "1.302049", + "Test::Kwalitee" : "1.25", + "Test::MinimumVersion" : "0.101082", + "Test::More" : "1.302073", "Test::Pod" : "1.51", "Test::Pod::Coverage" : "1.10", - "lib" : "0.63", + "lib" : "0.64", "namespace::autoclean" : "0.28", - "strict" : "1.09", - "warnings" : "1.34" + "strict" : "1.11", + "warnings" : "1.37" }, "perl" : { - "original" : "v5.22.3", + "original" : "v5.25.10", "qv" : 1, "version" : [ 5, - 22, - 3 + 25, + 10 ] }, "perl-config" : { @@ -99,5 +100,5 @@ "osname" : "linux" }, "platform" : "linux", - "uname" : "Linux 4.6.0-gentoo x86_64 GenuineIntel GNU/Linux" + "uname" : "Linux 4.8.5-gentoo x86_64 GenuineIntel GNU/Linux" } diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps --- libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps 2017-03-01 12:16:19.000000000 +0000 @@ -1,6 +1,8 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -2.002003 +2.002004 + +2.002003 2016-07-29T22:25:40Z 2.002002 2016-07-07T11:55:30Z [Added / test requires] diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps.all libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps.all --- libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps.all 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps.all 2017-03-01 12:16:19.000000000 +0000 @@ -1,6 +1,13 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -2.002003 +2.002004 + [Added / develop requires] + - Test::MinimumVersion + + [Changed / develop requires] + - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902 + +2.002003 2016-07-29T22:25:40Z [Changed / develop suggests] - Dist::Zilla::PluginBundle::Author::KENTNL 2.025010 → 2.025020 diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps.dev libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps.dev --- libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps.dev 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps.dev 2017-03-01 12:16:19.000000000 +0000 @@ -1,6 +1,13 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -2.002003 +2.002004 + [Added / develop requires] + - Test::MinimumVersion + + [Changed / develop requires] + - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902 + +2.002003 2016-07-29T22:25:40Z [Changed / develop suggests] - Dist::Zilla::PluginBundle::Author::KENTNL 2.025010 → 2.025020 diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps.opt libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps.opt --- libdist-zilla-plugin-metaprovides-perl-2.002003/misc/Changes.deps.opt 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/misc/Changes.deps.opt 2017-03-01 12:16:19.000000000 +0000 @@ -1,6 +1,8 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -2.002003 +2.002004 + +2.002003 2016-07-29T22:25:40Z 2.002002 2016-07-07T11:55:30Z diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/README libdist-zilla-plugin-metaprovides-perl-2.002004/README --- libdist-zilla-plugin-metaprovides-perl-2.002003/README 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/README 2017-03-01 12:16:19.000000000 +0000 @@ -26,7 +26,7 @@ COPYRIGHT AND LICENSE -This software is copyright (c) 2016 by Kent Fredric +This software is copyright (c) 2017 by Kent Fredric . This is free software; you can redistribute it and/or modify it under diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_MetaProvides_ProvideRecord_pm.t libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_MetaProvides_ProvideRecord_pm.t --- libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_MetaProvides_ProvideRecord_pm.t 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_MetaProvides_ProvideRecord_pm.t 2017-03-01 12:16:19.000000000 +0000 @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003000 -# with template 01-basic.t.tpl - -use Test::More 0.89 tests => 1; - -require_ok("lib/Dist/Zilla/MetaProvides/ProvideRecord.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003902 +# with template 02-raw-require.t.tpl +my $file = "Dist/Zilla/MetaProvides/ProvideRecord.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_MetaProvides_Types_pm.t libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_MetaProvides_Types_pm.t --- libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_MetaProvides_Types_pm.t 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_MetaProvides_Types_pm.t 2017-03-01 12:16:19.000000000 +0000 @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003000 -# with template 01-basic.t.tpl - -use Test::More 0.89 tests => 1; - -require_ok("lib/Dist/Zilla/MetaProvides/Types.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003902 +# with template 02-raw-require.t.tpl +my $file = "Dist/Zilla/MetaProvides/Types.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_Plugin_MetaProvides_pm.t libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_Plugin_MetaProvides_pm.t --- libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_Plugin_MetaProvides_pm.t 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_Plugin_MetaProvides_pm.t 2017-03-01 12:16:19.000000000 +0000 @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003000 -# with template 01-basic.t.tpl - -use Test::More 0.89 tests => 1; - -require_ok("lib/Dist/Zilla/Plugin/MetaProvides.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003902 +# with template 02-raw-require.t.tpl +my $file = "Dist/Zilla/Plugin/MetaProvides.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_Role_MetaProvider_Provider_pm.t libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_Role_MetaProvider_Provider_pm.t --- libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-compile/lib_Dist_Zilla_Role_MetaProvider_Provider_pm.t 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-compile/lib_Dist_Zilla_Role_MetaProvider_Provider_pm.t 2017-03-01 12:16:19.000000000 +0000 @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003000 -# with template 01-basic.t.tpl - -use Test::More 0.89 tests => 1; - -require_ok("lib/Dist/Zilla/Role/MetaProvider/Provider.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003902 +# with template 02-raw-require.t.tpl +my $file = "Dist/Zilla/Role/MetaProvider/Provider.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-report-prereqs.dd libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-report-prereqs.dd --- libdist-zilla-plugin-metaprovides-perl-2.002003/t/00-report-prereqs.dd 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/t/00-report-prereqs.dd 2017-03-01 12:16:19.000000000 +0000 @@ -56,7 +56,7 @@ 'Dist::Zilla::Plugin::RewriteVersion::Sanitized' => '0', 'Dist::Zilla::Plugin::RunExtraTests' => '0', 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0', - 'Dist::Zilla::Plugin::Test::Compile::PerFile' => '0', + 'Dist::Zilla::Plugin::Test::Compile::PerFile' => '0.003902', 'Dist::Zilla::Plugin::Test::EOL' => '0', 'Dist::Zilla::Plugin::Test::Kwalitee' => '0', 'Dist::Zilla::Plugin::Test::MinimumVersion' => '0', @@ -72,6 +72,7 @@ 'Test::CPAN::Meta' => '0', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', + 'Test::MinimumVersion' => '0', 'Test::More' => '0.96', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08' diff -Nru libdist-zilla-plugin-metaprovides-perl-2.002003/.travis.yml libdist-zilla-plugin-metaprovides-perl-2.002004/.travis.yml --- libdist-zilla-plugin-metaprovides-perl-2.002003/.travis.yml 2016-07-29 22:29:43.000000000 +0000 +++ libdist-zilla-plugin-metaprovides-perl-2.002004/.travis.yml 2017-03-01 12:16:19.000000000 +0000 @@ -16,7 +16,8 @@ - releases install: - time perl ./maint-travis-ci/install_deps_early.pl - - time perl ./maint-travis-ci/install_deps.pl + - time perl ./maint-travis-ci/autoinstall_dzil.pl + - time perl ./maint-travis-ci/install_deps_2.pl language: perl matrix: allow_failures: