Hello community, here is the log from the commit of package perl-Config-MVP for openSUSE:Factory checked in at 2013-10-07 09:40:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Config-MVP (Old) and /work/SRC/openSUSE:Factory/.perl-Config-MVP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-MVP" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Config-MVP/perl-Config-MVP.changes 2013-06-05 13:33:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Config-MVP.new/perl-Config-MVP.changes 2013-10-07 09:40:40.000000000 +0200 @@ -1,0 +2,9 @@ +Fri Oct 4 09:15:22 UTC 2013 - [email protected] + +- updated to 2.200006 + - fix repository data + - removed use of deprecated Class::MOP::load_class (thanks, Karen + Etheridge) + - pass the arguments to missing_plugin in the right order + +------------------------------------------------------------------- Old: ---- Config-MVP-2.200003.tar.gz New: ---- Config-MVP-2.200006.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Config-MVP.spec ++++++ --- /var/tmp/diff_new_pack.angDmK/_old 2013-10-07 09:40:41.000000000 +0200 +++ /var/tmp/diff_new_pack.angDmK/_new 2013-10-07 09:40:41.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Config-MVP -Version: 2.200003 +Version: 2.200006 Release: 0 %define cpan_name Config-MVP Summary: multivalue-property package-oriented configuration @@ -29,8 +29,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Class::Load) >= 0.17 BuildRequires: perl(Module::Pluggable::Object) +BuildRequires: perl(Module::Runtime) BuildRequires: perl(Moose) >= 0.91 BuildRequires: perl(Moose::Role) BuildRequires: perl(Moose::Util::TypeConstraints) @@ -56,6 +58,7 @@ #BuildRequires: perl(Config::MVP::Sequence) Requires: perl(Class::Load) >= 0.17 Requires: perl(Module::Pluggable::Object) +Requires: perl(Module::Runtime) Requires: perl(Moose) >= 0.91 Requires: perl(Moose::Role) Requires: perl(Moose::Util::TypeConstraints) ++++++ Config-MVP-2.200003.tar.gz -> Config-MVP-2.200006.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/Changes new/Config-MVP-2.200006/Changes --- old/Config-MVP-2.200003/Changes 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/Changes 2013-09-17 01:58:56.000000000 +0200 @@ -1,60 +1,70 @@ Revision history for Config-MVP +2.200006 2013-09-17 08:58:53 Asia/Tokyo + - fix repository data + +2.200005 2013-09-17 08:56:36 Asia/Tokyo + - removed use of deprecated Class::MOP::load_class (thanks, Karen + Etheridge) + +2.200004 2013-08-27 12:09:19 America/New_York + - pass the arguments to missing_plugin in the right order + 2.200003 2013-01-30 21:35:34 America/New_York - doc fixes (Thanks, George Hartzell!) + - doc fixes (Thanks, George Hartzell!) 2.200002 2012-03-15 21:16:16 America/New_York - documentation fixes (Thanks, Gregor Herrmann of Debian!) + - documentation fixes (Thanks, Gregor Herrmann of Debian!) - depend on at least version 0.17 of Class::Load, to work around a bug + - depend on at least version 0.17 of Class::Load, to work around a bug with perl5.8.8 and Module::Runtime 0.012. (Karen Etheridge) 2.200001 2011-02-11 11:13:20 America/New_York - when throwing "package not installed", add a "package" attribute to + - when throwing "package not installed", add a "package" attribute to Error 2.200000 2011-02-08 11:05:12 America/New_York - add Config::MVP::Error for common exceptions + - add Config::MVP::Error for common exceptions - allow class loading and class-not-found handling to be subclassed + - allow class loading and class-not-found handling to be subclassed (thanks, Kent Fredric!) 2.101650 2010-06-14 20:22:42 America/New_York - require Moose 0.91 for native trait support + - require Moose 0.91 for native trait support 2.101540 2010-06-03 00:28:57 America/New_York - improve if_none to return from the proper scope (i.e., now it works) + - improve if_none to return from the proper scope (i.e., now it works) 2.101480 2010-05-28 22:59:18 America/New_York - add an if_none callback to Reader::Finder; for now, private + - add an if_none callback to Reader::Finder; for now, private 2.101460 2010-05-26 22:29:43 America/New_York [BREAKS BACKWARD COMPATIBILITY] - I apologize for breaking backcompat twice in a week. I do not + - I apologize for breaking backcompat twice in a week. I do not expect this to happen again. -- rjbs - Config::MVP::Reader is now a base class rather than a role. + - Config::MVP::Reader is now a base class rather than a role. This significantly simplifies the use of Config::MVP readers and makes things easier to document. 1.101451 2010-05-25 22:38:06 America/New_York - always finalize sections added by bundles + - always finalize sections added by bundles 1.101450 2010-05-25 18:13:19 America/New_York [BREAKS BACKWARD COMPATIBILITY] - The Reader interface has been substantially overhauled. + - The Reader interface has been substantially overhauled. - Readers no longer have persistent Assembler, but now must be handed + - Readers no longer have persistent Assembler, but now must be handed one (or will generate one as needed) - the arguments for Reader->read_config have changed + - the arguments for Reader->read_config have changed - classes implementing Reader are required to provide a + - classes implementing Reader are required to provide a read_into_assembler method, now - Reader::Findable has been broken into Findable and + - Reader::Findable has been broken into Findable and Findable::ByExtension 0.101410 2010-05-21 22:09:48 America/New_York diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/META.json new/Config-MVP-2.200006/META.json --- old/Config-MVP-2.200003/META.json 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/META.json 2013-09-17 01:58:56.000000000 +0200 @@ -4,7 +4,7 @@ "Ricardo Signes <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.300029, CPAN::Meta::Converter version 2.120921", + "generated_by" : "Dist::Zilla version 4.300038, CPAN::Meta::Converter version 2.132140", "license" : [ "perl_5" ], @@ -30,6 +30,7 @@ "Class::Load" : "0.17", "File::Spec" : "0", "Module::Pluggable::Object" : "0", + "Module::Runtime" : "0", "Moose" : "0.91", "Moose::Role" : "0", "Moose::Util::TypeConstraints" : "0", @@ -49,29 +50,30 @@ }, "test" : { "requires" : { - "File::Find" : "0", - "File::Temp" : "0", + "Capture::Tiny" : "0", "Test::Fatal" : "0", - "Test::More" : "0.96" + "Test::More" : "0.96", + "blib" : "0", + "lib" : "0" } } }, "release_status" : "stable", "resources" : { "bugtracker" : { - "web" : "https://github.com/rjbs/config-mvp/issues" + "web" : "https://github.com/rjbs/Config-MVP/issues" }, - "homepage" : "https://github.com/rjbs/config-mvp", + "homepage" : "https://github.com/rjbs/Config-MVP", "repository" : { "type" : "git", - "url" : "https://github.com/rjbs/config-mvp.git", - "web" : "https://github.com/rjbs/config-mvp" + "url" : "https://github.com/rjbs/Config-MVP.git", + "web" : "https://github.com/rjbs/Config-MVP" } }, - "version" : "2.200003", + "version" : "2.200006", "x_Dist_Zilla" : { "perl" : { - "version" : "5.017008" + "version" : "5.019003" }, "plugins" : [ { @@ -83,112 +85,112 @@ } }, "name" : "Prereqs", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "name" : "@RJBS/Git::GatherDir", - "version" : "2.007" + "version" : "2.014" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", - "version" : "0.008" + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::CheckExtraTests", "name" : "@RJBS/CheckExtraTests", - "version" : "0.008" + "version" : "0.011" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Filter/PruneCruft", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Filter/ManifestSkip", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Filter/MetaYAML", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Filter/License", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@RJBS/@Filter/Readme", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@RJBS/@Filter/ExecDir", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@RJBS/@Filter/ShareDir", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", "name" : "@RJBS/@Filter/MakeMaker", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@RJBS/@Filter/Manifest", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@RJBS/@Filter/TestRelease", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@RJBS/@Filter/ConfirmRelease", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@RJBS/@Filter/UploadToCPAN", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "name" : "@RJBS/Git::NextVersion", - "version" : "2.007" + "version" : "2.014" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", @@ -198,17 +200,27 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "4.300029" - }, - { - "class" : "Dist::Zilla::Plugin::Test::Compile", - "name" : "@RJBS/Test::Compile", - "version" : "1.112820" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny", "name" : "@RJBS/ReportVersions::Tiny", - "version" : "1.08" + "version" : "1.09" + }, + { + "class" : "Dist::Zilla::Plugin::Test::Compile", + "config" : { + "Dist::Zilla::Plugin::Test::Compile" : { + "module_finder" : [ + ":InstallModules" + ], + "script_finder" : [ + ":ExecFiles" + ] + } + }, + "name" : "@RJBS/Test::Compile", + "version" : "2.018" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -219,67 +231,67 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", "name" : "@RJBS/PodWeaver", - "version" : "3.101641" + "version" : "3.101642" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@RJBS/GithubMeta", - "version" : "0.28" + "version" : "0.30" }, { "class" : "Dist::Zilla::Plugin::Git::Check", "name" : "@RJBS/@Git/Check", - "version" : "2.007" + "version" : "2.014" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "name" : "@RJBS/@Git/Commit", - "version" : "2.007" + "version" : "2.014" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "name" : "@RJBS/@Git/Tag", - "version" : "2.007" + "version" : "2.014" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "name" : "@RJBS/@Git/Push", - "version" : "2.007" + "version" : "2.014" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "4.300029" + "version" : "4.300038" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "4.300029" + "version" : "4.300038" } ], "zilla" : { @@ -287,7 +299,7 @@ "config" : { "is_trial" : "0" }, - "version" : "4.300029" + "version" : "4.300038" } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/META.yml new/Config-MVP-2.200006/META.yml --- old/Config-MVP-2.200003/META.yml 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/META.yml 2013-09-17 01:58:56.000000000 +0200 @@ -3,14 +3,15 @@ author: - 'Ricardo Signes <[email protected]>' build_requires: - File::Find: 0 - File::Temp: 0 + Capture::Tiny: 0 Test::Fatal: 0 Test::More: 0.96 + blib: 0 + lib: 0 configure_requires: ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.300029, CPAN::Meta::Converter version 2.120921' +generated_by: 'Dist::Zilla version 4.300038, CPAN::Meta::Converter version 2.132140' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,6 +21,7 @@ Class::Load: 0.17 File::Spec: 0 Module::Pluggable::Object: 0 + Module::Runtime: 0 Moose: 0.91 Moose::Role: 0 Moose::Util::TypeConstraints: 0 @@ -36,13 +38,13 @@ strict: 0 warnings: 0 resources: - bugtracker: https://github.com/rjbs/config-mvp/issues - homepage: https://github.com/rjbs/config-mvp - repository: https://github.com/rjbs/config-mvp.git -version: 2.200003 + bugtracker: https://github.com/rjbs/Config-MVP/issues + homepage: https://github.com/rjbs/Config-MVP + repository: https://github.com/rjbs/Config-MVP.git +version: 2.200006 x_Dist_Zilla: perl: - version: 5.017008 + version: 5.019003 plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -51,91 +53,91 @@ phase: runtime type: requires name: Prereqs - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::Git::GatherDir name: '@RJBS/Git::GatherDir' - version: 2.007 + version: 2.014 - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@RJBS/CheckPrereqsIndexed' - version: 0.008 + version: 0.009 - class: Dist::Zilla::Plugin::CheckExtraTests name: '@RJBS/CheckExtraTests' - version: 0.008 + version: 0.011 - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Filter/PruneCruft' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::ManifestSkip name: '@RJBS/@Filter/ManifestSkip' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::MetaYAML name: '@RJBS/@Filter/MetaYAML' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::License name: '@RJBS/@Filter/License' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::Readme name: '@RJBS/@Filter/Readme' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::ExecDir name: '@RJBS/@Filter/ExecDir' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::ShareDir name: '@RJBS/@Filter/ShareDir' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::MakeMaker name: '@RJBS/@Filter/MakeMaker' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::Manifest name: '@RJBS/@Filter/Manifest' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::TestRelease name: '@RJBS/@Filter/TestRelease' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::ConfirmRelease name: '@RJBS/@Filter/ConfirmRelease' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::UploadToCPAN name: '@RJBS/@Filter/UploadToCPAN' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::Git::NextVersion name: '@RJBS/Git::NextVersion' - version: 2.007 + version: 2.014 - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@RJBS/Test::ChangesHasContent' @@ -143,15 +145,21 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: 4.300029 - - - class: Dist::Zilla::Plugin::Test::Compile - name: '@RJBS/Test::Compile' - version: 1.112820 + version: 4.300038 - class: Dist::Zilla::Plugin::ReportVersions::Tiny name: '@RJBS/ReportVersions::Tiny' - version: 1.08 + version: 1.09 + - + class: Dist::Zilla::Plugin::Test::Compile + config: + Dist::Zilla::Plugin::Test::Compile: + module_finder: + - ':InstallModules' + script_finder: + - ':ExecFiles' + name: '@RJBS/Test::Compile' + version: 2.018 - class: Dist::Zilla::Plugin::Prereqs config: @@ -159,57 +167,57 @@ phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::PodWeaver name: '@RJBS/PodWeaver' - version: 3.101641 + version: 3.101642 - class: Dist::Zilla::Plugin::GithubMeta name: '@RJBS/GithubMeta' - version: 0.28 + version: 0.30 - class: Dist::Zilla::Plugin::Git::Check name: '@RJBS/@Git/Check' - version: 2.007 + version: 2.014 - class: Dist::Zilla::Plugin::Git::Commit name: '@RJBS/@Git/Commit' - version: 2.007 + version: 2.014 - class: Dist::Zilla::Plugin::Git::Tag name: '@RJBS/@Git/Tag' - version: 2.007 + version: 2.014 - class: Dist::Zilla::Plugin::Git::Push name: '@RJBS/@Git/Push' - version: 2.007 + version: 2.014 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: 4.300029 + version: 4.300038 - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: 4.300029 + version: 4.300038 zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: 4.300029 + version: 4.300038 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/Makefile.PL new/Config-MVP-2.200006/Makefile.PL --- old/Config-MVP-2.200003/Makefile.PL 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/Makefile.PL 2013-09-17 01:58:56.000000000 +0200 @@ -11,12 +11,7 @@ my %WriteMakefileArgs = ( "ABSTRACT" => "multivalue-property package-oriented configuration", "AUTHOR" => "Ricardo Signes <rjbs\@cpan.org>", - "BUILD_REQUIRES" => { - "File::Find" => 0, - "File::Temp" => 0, - "Test::Fatal" => 0, - "Test::More" => "0.96" - }, + "BUILD_REQUIRES" => {}, "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => "6.30" }, @@ -28,6 +23,7 @@ "Class::Load" => "0.17", "File::Spec" => 0, "Module::Pluggable::Object" => 0, + "Module::Runtime" => 0, "Moose" => "0.91", "Moose::Role" => 0, "Moose::Util::TypeConstraints" => 0, @@ -44,13 +40,33 @@ "strict" => 0, "warnings" => 0 }, - "VERSION" => "2.200003", + "TEST_REQUIRES" => { + "Capture::Tiny" => 0, + "Test::Fatal" => 0, + "Test::More" => "0.96", + "blib" => 0, + "lib" => 0 + }, + "VERSION" => "2.200006", "test" => { "TESTS" => "t/*.t" } ); +unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { + my $tr = delete $WriteMakefileArgs{TEST_REQUIRES}; + my $br = $WriteMakefileArgs{BUILD_REQUIRES}; + for my $mod ( keys %$tr ) { + if ( exists $br->{$mod} ) { + $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod}; + } + else { + $br->{$mod} = $tr->{$mod}; + } + } +} + unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) { my $br = delete $WriteMakefileArgs{BUILD_REQUIRES}; my $pp = $WriteMakefileArgs{PREREQ_PM}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/README new/Config-MVP-2.200006/README --- old/Config-MVP-2.200003/README 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/README 2013-09-17 01:58:56.000000000 +0200 @@ -1,7 +1,7 @@ This archive contains the distribution Config-MVP, -version 2.200003: +version 2.200006: multivalue-property package-oriented configuration diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Assembler/WithBundles.pm new/Config-MVP-2.200006/lib/Config/MVP/Assembler/WithBundles.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Assembler/WithBundles.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Assembler/WithBundles.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,11 +1,12 @@ package Config::MVP::Assembler::WithBundles; { - $Config::MVP::Assembler::WithBundles::VERSION = '2.200003'; + $Config::MVP::Assembler::WithBundles::VERSION = '2.200006'; } use Moose::Role; # ABSTRACT: a role to make assemblers expand bundles use Params::Util qw(_HASHLIKE _ARRAYLIKE); +use Module::Runtime qw(use_module); sub package_bundle_method { @@ -48,7 +49,7 @@ PLUGIN: for my $plugin (@bundle_config) { my ($name, $package, $payload) = @$plugin; - Class::MOP::load_class($package); + use_module($package); if (my $method = $self->package_bundle_method( $package )) { $self->_add_bundle_contents($method, { @@ -97,7 +98,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Assembler.pm new/Config-MVP-2.200006/lib/Config/MVP/Assembler.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Assembler.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Assembler.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Assembler; { - $Config::MVP::Assembler::VERSION = '2.200003'; + $Config::MVP::Assembler::VERSION = '2.200006'; } use Moose; # ABSTRACT: multivalue-property config-loading state machine @@ -125,7 +125,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Error.pm new/Config-MVP-2.200006/lib/Config/MVP/Error.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Error.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Error.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Error; { - $Config::MVP::Error::VERSION = '2.200003'; + $Config::MVP::Error::VERSION = '2.200006'; } use Moose; # ABSTRACT: common exceptions class @@ -45,7 +45,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 AUTHOR diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Reader/Findable/ByExtension.pm new/Config-MVP-2.200006/lib/Config/MVP/Reader/Findable/ByExtension.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Reader/Findable/ByExtension.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Reader/Findable/ByExtension.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Reader::Findable::ByExtension; { - $Config::MVP::Reader::Findable::ByExtension::VERSION = '2.200003'; + $Config::MVP::Reader::Findable::ByExtension::VERSION = '2.200006'; } use Moose::Role; # ABSTRACT: a Findable Reader that looks for files by extension @@ -34,7 +34,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 METHODS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Reader/Findable.pm new/Config-MVP-2.200006/lib/Config/MVP/Reader/Findable.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Reader/Findable.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Reader/Findable.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Reader::Findable; { - $Config::MVP::Reader::Findable::VERSION = '2.200003'; + $Config::MVP::Reader::Findable::VERSION = '2.200006'; } use Moose::Role; # ABSTRACT: a config class that Config::MVP::Reader::Finder can find @@ -21,7 +21,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Reader/Finder.pm new/Config-MVP-2.200006/lib/Config/MVP/Reader/Finder.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Reader/Finder.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Reader/Finder.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Reader::Finder; { - $Config::MVP::Reader::Finder::VERSION = '2.200003'; + $Config::MVP::Reader::Finder::VERSION = '2.200006'; } use Moose; extends 'Config::MVP::Reader'; @@ -107,7 +107,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Reader/Hash.pm new/Config-MVP-2.200006/lib/Config/MVP/Reader/Hash.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Reader/Hash.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Reader/Hash.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Reader::Hash; { - $Config::MVP::Reader::Hash::VERSION = '2.200003'; + $Config::MVP::Reader::Hash::VERSION = '2.200006'; } use Moose; extends 'Config::MVP::Reader'; @@ -44,7 +44,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Reader.pm new/Config-MVP-2.200006/lib/Config/MVP/Reader.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Reader.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Reader.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Reader; { - $Config::MVP::Reader::VERSION = '2.200003'; + $Config::MVP::Reader::VERSION = '2.200006'; } use Moose; # ABSTRACT: object to read config from storage into an assembler @@ -42,7 +42,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Section.pm new/Config-MVP-2.200006/lib/Config/MVP/Section.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Section.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Section.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Section; { - $Config::MVP::Section::VERSION = '2.200003'; + $Config::MVP::Section::VERSION = '2.200006'; } use Moose 0.91; @@ -140,7 +140,7 @@ my ($self, $package, $plugin) = @_; Class::Load::load_optional_class($package) - or $self->missing_package($plugin, $package); + or $self->missing_package($package, $plugin); } @@ -198,7 +198,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP/Sequence.pm new/Config-MVP-2.200006/lib/Config/MVP/Sequence.pm --- old/Config-MVP-2.200003/lib/Config/MVP/Sequence.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP/Sequence.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP::Sequence; { - $Config::MVP::Sequence::VERSION = '2.200003'; + $Config::MVP::Sequence::VERSION = '2.200006'; } use Moose 0.91; # ABSTRACT: an ordered set of named configuration sections @@ -133,7 +133,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/lib/Config/MVP.pm new/Config-MVP-2.200006/lib/Config/MVP.pm --- old/Config-MVP-2.200003/lib/Config/MVP.pm 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/lib/Config/MVP.pm 2013-09-17 01:58:56.000000000 +0200 @@ -1,6 +1,6 @@ package Config::MVP; { - $Config::MVP::VERSION = '2.200003'; + $Config::MVP::VERSION = '2.200006'; } # ABSTRACT: multivalue-property package-oriented configuration use strict; @@ -19,7 +19,7 @@ =head1 VERSION -version 2.200003 +version 2.200006 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/t/00-compile.t new/Config-MVP-2.200006/t/00-compile.t --- old/Config-MVP-2.200003/t/00-compile.t 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/t/00-compile.t 2013-09-17 01:58:56.000000000 +0200 @@ -1,73 +1,49 @@ -#!perl - use strict; use warnings; -use Test::More; +# This test was generated via Dist::Zilla::Plugin::Test::Compile 2.018 + +use Test::More 0.88; -use File::Find; -use File::Temp qw{ tempdir }; +use Capture::Tiny qw{ capture }; -my @modules; -find( - sub { - return if $File::Find::name !~ /\.pm\z/; - my $found = $File::Find::name; - $found =~ s{^lib/}{}; - $found =~ s{[/\\]}{::}g; - $found =~ s/\.pm$//; - # nothing to skip - push @modules, $found; - }, - 'lib', +my @module_files = qw( +Config/MVP.pm +Config/MVP/Assembler.pm +Config/MVP/Assembler/WithBundles.pm +Config/MVP/Error.pm +Config/MVP/Reader.pm +Config/MVP/Reader/Findable.pm +Config/MVP/Reader/Findable/ByExtension.pm +Config/MVP/Reader/Finder.pm +Config/MVP/Reader/Hash.pm +Config/MVP/Section.pm +Config/MVP/Sequence.pm ); -sub _find_scripts { - my $dir = shift @_; +my @scripts = qw( + +); - my @found_scripts = (); - find( - sub { - return unless -f; - my $found = $File::Find::name; - # nothing to skip - open my $FH, '<', $_ or do { - note( "Unable to open $found in ( $! ), skipping" ); - return; - }; - my $shebang = <$FH>; - return unless $shebang =~ /^#!.*?\bperl\b\s*$/; - push @found_scripts, $found; - }, - $dir, - ); +# no fake home requested - return @found_scripts; +my @warnings; +for my $lib (@module_files) +{ + my ($stdout, $stderr, $exit) = capture { + system($^X, '-Mblib', '-e', qq{require q[$lib]}); + }; + is($?, 0, "$lib loaded ok"); + warn $stderr if $stderr; + push @warnings, $stderr if $stderr; } -my @scripts; -do { push @scripts, _find_scripts($_) if -d $_ } - for qw{ bin script scripts }; -my $plan = scalar(@modules) + scalar(@scripts); -$plan ? (plan tests => $plan) : (plan skip_all => "no tests to run"); -{ - # fake home for cpan-testers - # no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 ); +is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING}; - like( qx{ $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_ loaded ok" ) - for sort @modules; - SKIP: { - eval "use Test::Script 1.05; 1;"; - skip "Test::Script needed to test script compilation", scalar(@scripts) if $@; - foreach my $file ( @scripts ) { - my $script = $file; - $script =~ s!.*/!!; - script_compiles( $file, "$script script compiles" ); - } - } -} + +done_testing; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/t/000-report-versions-tiny.t new/Config-MVP-2.200006/t/000-report-versions-tiny.t --- old/Config-MVP-2.200003/t/000-report-versions-tiny.t 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/t/000-report-versions-tiny.t 2013-09-17 01:58:56.000000000 +0200 @@ -9,7 +9,7 @@ END { $success && done_testing; } # List our own version used to generate this -my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.08\n"; +my $v = "\nGenerated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.09\n"; eval { # no excuses! # report our Perl details @@ -48,12 +48,12 @@ return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n"); } +eval { $v .= pmver('Capture::Tiny','any version') }; eval { $v .= pmver('Class::Load','0.17') }; eval { $v .= pmver('ExtUtils::MakeMaker','6.30') }; -eval { $v .= pmver('File::Find','any version') }; eval { $v .= pmver('File::Spec','any version') }; -eval { $v .= pmver('File::Temp','any version') }; eval { $v .= pmver('Module::Pluggable::Object','any version') }; +eval { $v .= pmver('Module::Runtime','any version') }; eval { $v .= pmver('Moose','0.91') }; eval { $v .= pmver('Moose::Role','any version') }; eval { $v .= pmver('Moose::Util::TypeConstraints','any version') }; @@ -68,6 +68,8 @@ eval { $v .= pmver('Throwable','any version') }; eval { $v .= pmver('Tie::IxHash','any version') }; eval { $v .= pmver('Try::Tiny','any version') }; +eval { $v .= pmver('blib','any version') }; +eval { $v .= pmver('lib','any version') }; eval { $v .= pmver('overload','any version') }; eval { $v .= pmver('strict','any version') }; eval { $v .= pmver('version','0.9901') }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-MVP-2.200003/xt/release/changes_has_content.t new/Config-MVP-2.200006/xt/release/changes_has_content.t --- old/Config-MVP-2.200003/xt/release/changes_has_content.t 2013-01-31 03:35:37.000000000 +0100 +++ new/Config-MVP-2.200006/xt/release/changes_has_content.t 2013-09-17 01:58:56.000000000 +0200 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '2.200003'; +my $newver = '2.200006'; my $trial_token = '-TRIAL'; SKIP: { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
