Hello community, here is the log from the commit of package perl-Data-OptList for openSUSE:Factory checked in at 2013-12-22 19:37:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Data-OptList (Old) and /work/SRC/openSUSE:Factory/.perl-Data-OptList.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-OptList" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Data-OptList/perl-Data-OptList.changes 2013-07-18 08:00:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Data-OptList.new/perl-Data-OptList.changes 2013-12-22 19:37:16.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 18 10:43:22 UTC 2013 - [email protected] + +- updated to 0.109 + update bugtracker and repo links + +------------------------------------------------------------------- Old: ---- Data-OptList-0.108.tar.gz New: ---- Data-OptList-0.109.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Data-OptList.spec ++++++ --- /var/tmp/diff_new_pack.yflCwy/_old 2013-12-22 19:37:16.000000000 +0100 +++ /var/tmp/diff_new_pack.yflCwy/_new 2013-12-22 19:37:16.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-Data-OptList -Version: 0.108 +Version: 0.109 Release: 0 %define cpan_name Data-OptList Summary: parse and validate simple name/value option pairs @@ -32,7 +32,7 @@ BuildRequires: perl(Params::Util) BuildRequires: perl(Sub::Install) >= 0.921 BuildRequires: perl(Test::More) >= 0.96 -#BuildRequires: perl(Data::OptList) + Requires: perl(Params::Util) Requires: perl(Sub::Install) >= 0.921 %{perl_requires} ++++++ Data-OptList-0.108.tar.gz -> Data-OptList-0.109.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/Changes new/Data-OptList-0.109/Changes --- old/Data-OptList-0.108/Changes 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/Changes 2013-12-13 14:30:36.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for Sub-Exporter +0.109 2013-12-13 08:30:34 America/New_York + update bugtracker and repo links + 0.108 2013-07-05 21:43:56 America/New_York repackage, new bug tracker diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/MANIFEST new/Data-OptList-0.109/MANIFEST --- old/Data-OptList-0.108/MANIFEST 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/MANIFEST 2013-12-13 14:30:36.000000000 +0100 @@ -7,7 +7,6 @@ README dist.ini lib/Data/OptList.pm -t/00-compile.t t/000-report-versions-tiny.t t/hash.t t/mkopt.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/META.json new/Data-OptList-0.109/META.json --- old/Data-OptList-0.108/META.json 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/META.json 2013-12-13 14:30:36.000000000 +0100 @@ -4,7 +4,7 @@ "Ricardo Signes <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.300036, CPAN::Meta::Converter version 2.131560", + "generated_by" : "Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830", "license" : [ "perl_5" ], @@ -36,8 +36,6 @@ }, "test" : { "requires" : { - "File::Find" : "0", - "File::Temp" : "0", "Test::More" : "0.96" } } @@ -45,25 +43,25 @@ "release_status" : "stable", "resources" : { "bugtracker" : { - "web" : "https://github.com/rjbs/data-optlist/issues" + "web" : "https://github.com/rjbs/Data-OptList/issues" }, - "homepage" : "https://github.com/rjbs/data-optlist", + "homepage" : "https://github.com/rjbs/Data-OptList", "repository" : { "type" : "git", - "url" : "https://github.com/rjbs/data-optlist.git", - "web" : "https://github.com/rjbs/data-optlist" + "url" : "https://github.com/rjbs/Data-OptList.git", + "web" : "https://github.com/rjbs/Data-OptList" } }, - "version" : "0.108", + "version" : "0.109", "x_Dist_Zilla" : { "perl" : { - "version" : "5.019001" + "version" : "5.018001" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "name" : "@RJBS/Git::GatherDir", - "version" : "2.014" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", @@ -73,97 +71,127 @@ { "class" : "Dist::Zilla::Plugin::CheckExtraTests", "name" : "@RJBS/CheckExtraTests", - "version" : "0.011" + "version" : "0.016" + }, + { + "class" : "Dist::Zilla::Plugin::PromptIfStale", + "config" : { + "Dist::Zilla::Plugin::PromptIfStale" : { + "check_all_plugins" : 0, + "check_all_prereqs" : 0, + "modules" : [ + "Dist::Zilla::PluginBundle::RJBS" + ], + "phase" : "build", + "skip" : [] + } + }, + "name" : "@RJBS/RJBS-Outdated", + "version" : "0.015" + }, + { + "class" : "Dist::Zilla::Plugin::PromptIfStale", + "config" : { + "Dist::Zilla::Plugin::PromptIfStale" : { + "check_all_plugins" : "1", + "check_all_prereqs" : 0, + "modules" : [], + "phase" : "release", + "skip" : [] + } + }, + "name" : "@RJBS/CPAN-Outdated", + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Filter/PruneCruft", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Filter/ManifestSkip", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Filter/MetaYAML", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Filter/License", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@RJBS/@Filter/Readme", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@RJBS/@Filter/ExecDir", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@RJBS/@Filter/ShareDir", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", "name" : "@RJBS/@Filter/MakeMaker", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@RJBS/@Filter/Manifest", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@RJBS/@Filter/TestRelease", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@RJBS/@Filter/ConfirmRelease", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@RJBS/@Filter/UploadToCPAN", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@RJBS/AutoPrereqs", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::Git::NextVersion", "name" : "@RJBS/Git::NextVersion", - "version" : "2.014" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@RJBS/PkgVersion", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@RJBS/MetaConfig", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@RJBS/MetaJSON", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@RJBS/NextRelease", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", @@ -173,17 +201,12 @@ { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@RJBS/PodSyntaxTests", - "version" : "4.300036" - }, - { - "class" : "Dist::Zilla::Plugin::Test::Compile", - "name" : "@RJBS/Test::Compile", - "version" : "2.002" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny", "name" : "@RJBS/ReportVersions::Tiny", - "version" : "1.08" + "version" : "1.10" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -194,67 +217,168 @@ } }, "name" : "@RJBS/TestMoreWithSubtests", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", + "config" : { + "Dist::Zilla::Plugin::PodWeaver" : { + "config_plugin" : "@RJBS", + "finder" : [ + ":InstallModules", + ":ExecFiles" + ], + "plugins" : [ + { + "class" : "Pod::Weaver::Plugin::EnsurePod5", + "name" : "@CorePrep/EnsurePod5", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Plugin::H1Nester", + "name" : "@CorePrep/H1Nester", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Plugin::SingleEncoding", + "name" : "@RJBS/SingleEncoding", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Name", + "name" : "@RJBS/Name", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Version", + "name" : "@RJBS/Version", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Region", + "name" : "@RJBS/Prelude", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Generic", + "name" : "@RJBS/Synopsis", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Generic", + "name" : "@RJBS/Description", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Generic", + "name" : "@RJBS/Overview", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Generic", + "name" : "@RJBS/Stability", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Collect", + "name" : "Attributes", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Collect", + "name" : "Methods", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Collect", + "name" : "Functions", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Leftovers", + "name" : "@RJBS/Leftovers", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Region", + "name" : "@RJBS/postlude", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Authors", + "name" : "@RJBS/Authors", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Section::Legal", + "name" : "@RJBS/Legal", + "version" : "4.004" + }, + { + "class" : "Pod::Weaver::Plugin::Transformer", + "name" : "@RJBS/List", + "version" : "4.004" + } + ] + } + }, "name" : "@RJBS/PodWeaver", - "version" : "3.101641" + "version" : "4.002" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@RJBS/GithubMeta", - "version" : "0.28" + "version" : "0.42" }, { "class" : "Dist::Zilla::Plugin::Git::Check", "name" : "@RJBS/@Git/Check", - "version" : "2.014" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "name" : "@RJBS/@Git/Commit", - "version" : "2.014" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "name" : "@RJBS/@Git/Tag", - "version" : "2.014" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::Git::Push", "name" : "@RJBS/@Git/Push", - "version" : "2.014" + "version" : "2.019" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "4.300036" + "version" : "5.006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "4.300036" + "version" : "5.006" } ], "zilla" : { @@ -262,7 +386,7 @@ "config" : { "is_trial" : "0" }, - "version" : "4.300036" + "version" : "5.006" } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/META.yml new/Data-OptList-0.109/META.yml --- old/Data-OptList-0.108/META.yml 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/META.yml 2013-12-13 14:30:36.000000000 +0100 @@ -3,13 +3,11 @@ author: - 'Ricardo Signes <[email protected]>' build_requires: - File::Find: 0 - File::Temp: 0 Test::More: 0.96 configure_requires: ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.300036, CPAN::Meta::Converter version 2.131560' +generated_by: 'Dist::Zilla version 5.006, CPAN::Meta::Converter version 2.132830' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,18 +20,18 @@ strict: 0 warnings: 0 resources: - bugtracker: https://github.com/rjbs/data-optlist/issues - homepage: https://github.com/rjbs/data-optlist - repository: https://github.com/rjbs/data-optlist.git -version: 0.108 + bugtracker: https://github.com/rjbs/Data-OptList/issues + homepage: https://github.com/rjbs/Data-OptList + repository: https://github.com/rjbs/Data-OptList.git +version: 0.109 x_Dist_Zilla: perl: - version: 5.019001 + version: 5.018001 plugins: - class: Dist::Zilla::Plugin::Git::GatherDir name: '@RJBS/Git::GatherDir' - version: 2.014 + version: 2.019 - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@RJBS/CheckPrereqsIndexed' @@ -41,79 +39,102 @@ - class: Dist::Zilla::Plugin::CheckExtraTests name: '@RJBS/CheckExtraTests' - version: 0.011 + version: 0.016 + - + class: Dist::Zilla::Plugin::PromptIfStale + config: + Dist::Zilla::Plugin::PromptIfStale: + check_all_plugins: 0 + check_all_prereqs: 0 + modules: + - Dist::Zilla::PluginBundle::RJBS + phase: build + skip: [] + name: '@RJBS/RJBS-Outdated' + version: 0.015 + - + class: Dist::Zilla::Plugin::PromptIfStale + config: + Dist::Zilla::Plugin::PromptIfStale: + check_all_plugins: 1 + check_all_prereqs: 0 + modules: [] + phase: release + skip: [] + name: '@RJBS/CPAN-Outdated' + version: 0.015 - class: Dist::Zilla::Plugin::PruneCruft name: '@RJBS/@Filter/PruneCruft' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::ManifestSkip name: '@RJBS/@Filter/ManifestSkip' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::MetaYAML name: '@RJBS/@Filter/MetaYAML' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::License name: '@RJBS/@Filter/License' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::Readme name: '@RJBS/@Filter/Readme' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::ExecDir name: '@RJBS/@Filter/ExecDir' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::ShareDir name: '@RJBS/@Filter/ShareDir' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::MakeMaker name: '@RJBS/@Filter/MakeMaker' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::Manifest name: '@RJBS/@Filter/Manifest' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::TestRelease name: '@RJBS/@Filter/TestRelease' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::ConfirmRelease name: '@RJBS/@Filter/ConfirmRelease' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::UploadToCPAN name: '@RJBS/@Filter/UploadToCPAN' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::AutoPrereqs name: '@RJBS/AutoPrereqs' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::Git::NextVersion name: '@RJBS/Git::NextVersion' - version: 2.014 + version: 2.019 - class: Dist::Zilla::Plugin::PkgVersion name: '@RJBS/PkgVersion' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::MetaConfig name: '@RJBS/MetaConfig' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::MetaJSON name: '@RJBS/MetaJSON' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::NextRelease name: '@RJBS/NextRelease' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@RJBS/Test::ChangesHasContent' @@ -121,15 +142,11 @@ - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@RJBS/PodSyntaxTests' - version: 4.300036 - - - class: Dist::Zilla::Plugin::Test::Compile - name: '@RJBS/Test::Compile' - version: 2.002 + version: 5.006 - class: Dist::Zilla::Plugin::ReportVersions::Tiny name: '@RJBS/ReportVersions::Tiny' - version: 1.08 + version: 1.10 - class: Dist::Zilla::Plugin::Prereqs config: @@ -137,57 +154,136 @@ phase: test type: requires name: '@RJBS/TestMoreWithSubtests' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::PodWeaver + config: + Dist::Zilla::Plugin::PodWeaver: + config_plugin: '@RJBS' + finder: + - ':InstallModules' + - ':ExecFiles' + plugins: + - + class: Pod::Weaver::Plugin::EnsurePod5 + name: '@CorePrep/EnsurePod5' + version: 4.004 + - + class: Pod::Weaver::Plugin::H1Nester + name: '@CorePrep/H1Nester' + version: 4.004 + - + class: Pod::Weaver::Plugin::SingleEncoding + name: '@RJBS/SingleEncoding' + version: 4.004 + - + class: Pod::Weaver::Section::Name + name: '@RJBS/Name' + version: 4.004 + - + class: Pod::Weaver::Section::Version + name: '@RJBS/Version' + version: 4.004 + - + class: Pod::Weaver::Section::Region + name: '@RJBS/Prelude' + version: 4.004 + - + class: Pod::Weaver::Section::Generic + name: '@RJBS/Synopsis' + version: 4.004 + - + class: Pod::Weaver::Section::Generic + name: '@RJBS/Description' + version: 4.004 + - + class: Pod::Weaver::Section::Generic + name: '@RJBS/Overview' + version: 4.004 + - + class: Pod::Weaver::Section::Generic + name: '@RJBS/Stability' + version: 4.004 + - + class: Pod::Weaver::Section::Collect + name: Attributes + version: 4.004 + - + class: Pod::Weaver::Section::Collect + name: Methods + version: 4.004 + - + class: Pod::Weaver::Section::Collect + name: Functions + version: 4.004 + - + class: Pod::Weaver::Section::Leftovers + name: '@RJBS/Leftovers' + version: 4.004 + - + class: Pod::Weaver::Section::Region + name: '@RJBS/postlude' + version: 4.004 + - + class: Pod::Weaver::Section::Authors + name: '@RJBS/Authors' + version: 4.004 + - + class: Pod::Weaver::Section::Legal + name: '@RJBS/Legal' + version: 4.004 + - + class: Pod::Weaver::Plugin::Transformer + name: '@RJBS/List' + version: 4.004 name: '@RJBS/PodWeaver' - version: 3.101641 + version: 4.002 - class: Dist::Zilla::Plugin::GithubMeta name: '@RJBS/GithubMeta' - version: 0.28 + version: 0.42 - class: Dist::Zilla::Plugin::Git::Check name: '@RJBS/@Git/Check' - version: 2.014 + version: 2.019 - class: Dist::Zilla::Plugin::Git::Commit name: '@RJBS/@Git/Commit' - version: 2.014 + version: 2.019 - class: Dist::Zilla::Plugin::Git::Tag name: '@RJBS/@Git/Tag' - version: 2.014 + version: 2.019 - class: Dist::Zilla::Plugin::Git::Push name: '@RJBS/@Git/Push' - version: 2.014 + version: 2.019 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: 4.300036 + version: 5.006 - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: 4.300036 + version: 5.006 zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: 4.300036 + version: 5.006 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/Makefile.PL new/Data-OptList-0.109/Makefile.PL --- old/Data-OptList-0.108/Makefile.PL 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/Makefile.PL 2013-12-13 14:30:36.000000000 +0100 @@ -27,41 +27,29 @@ "warnings" => 0 }, "TEST_REQUIRES" => { - "File::Find" => 0, - "File::Temp" => 0, "Test::More" => "0.96" }, - "VERSION" => "0.108", + "VERSION" => "0.109", "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}; - } - } -} +my %FallbackPrereqs = ( + "List::Util" => 0, + "Params::Util" => 0, + "Sub::Install" => "0.921", + "Test::More" => "0.96", + "strict" => 0, + "warnings" => 0 +); -unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) { - my $br = delete $WriteMakefileArgs{BUILD_REQUIRES}; - my $pp = $WriteMakefileArgs{PREREQ_PM}; - for my $mod ( keys %$br ) { - if ( exists $pp->{$mod} ) { - $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; - } - else { - $pp->{$mod} = $br->{$mod}; - } - } + +unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { + delete $WriteMakefileArgs{TEST_REQUIRES}; + delete $WriteMakefileArgs{BUILD_REQUIRES}; + $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; } delete $WriteMakefileArgs{CONFIGURE_REQUIRES} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/README new/Data-OptList-0.109/README --- old/Data-OptList-0.108/README 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/README 2013-12-13 14:30:36.000000000 +0100 @@ -1,7 +1,7 @@ This archive contains the distribution Data-OptList, -version 0.108: +version 0.109: parse and validate simple name/value option pairs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/lib/Data/OptList.pm new/Data-OptList-0.109/lib/Data/OptList.pm --- old/Data-OptList-0.108/lib/Data/OptList.pm 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/lib/Data/OptList.pm 2013-12-13 14:30:36.000000000 +0100 @@ -2,7 +2,7 @@ use warnings; package Data::OptList; { - $Data::OptList::VERSION = '0.108'; + $Data::OptList::VERSION = '0.109'; } # ABSTRACT: parse and validate simple name/value option pairs @@ -109,13 +109,15 @@ =pod +=encoding UTF-8 + =head1 NAME Data::OptList - parse and validate simple name/value option pairs =head1 VERSION -version 0.108 +version 0.109 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/t/00-compile.t new/Data-OptList-0.109/t/00-compile.t --- old/Data-OptList-0.108/t/00-compile.t 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/t/00-compile.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,74 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - - - -use File::Find; -use File::Temp qw{ tempdir }; - -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', -); - -sub _find_scripts { - my $dir = shift @_; - - 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, - ); - - return @found_scripts; -} - -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 ); - - 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" ); - } - } - -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/t/000-report-versions-tiny.t new/Data-OptList-0.109/t/000-report-versions-tiny.t --- old/Data-OptList-0.108/t/000-report-versions-tiny.t 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/t/000-report-versions-tiny.t 2013-12-13 14:30:36.000000000 +0100 @@ -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.10\n"; eval { # no excuses! # report our Perl details @@ -49,15 +49,11 @@ } eval { $v .= pmver('ExtUtils::MakeMaker','6.30') }; -eval { $v .= pmver('File::Find','any version') }; -eval { $v .= pmver('File::Temp','any version') }; eval { $v .= pmver('List::Util','any version') }; eval { $v .= pmver('Params::Util','any version') }; eval { $v .= pmver('Sub::Install','0.921') }; eval { $v .= pmver('Test::More','0.96') }; -eval { $v .= pmver('Test::Pod','1.41') }; eval { $v .= pmver('strict','any version') }; -eval { $v .= pmver('version','0.9901') }; eval { $v .= pmver('warnings','any version') }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-OptList-0.108/xt/release/changes_has_content.t new/Data-OptList-0.109/xt/release/changes_has_content.t --- old/Data-OptList-0.108/xt/release/changes_has_content.t 2013-07-06 03:43:58.000000000 +0200 +++ new/Data-OptList-0.109/xt/release/changes_has_content.t 2013-12-13 14:30:36.000000000 +0100 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '0.108'; +my $newver = '0.109'; my $trial_token = '-TRIAL'; SKIP: { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
