Hello community,

here is the log from the commit of package perl-Eval-Closure for 
openSUSE:Factory checked in at 2015-04-16 14:13:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Eval-Closure (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Eval-Closure.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Eval-Closure"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Eval-Closure/perl-Eval-Closure.changes      
2013-08-05 20:49:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Eval-Closure.new/perl-Eval-Closure.changes 
2015-04-16 14:13:29.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 18:17:21 UTC 2015 - co...@suse.com
+
+- updated to 0.12
+   see /usr/share/doc/packages/perl-Eval-Closure/Changes
+
+  0.12  2015-01-17
+        - fix tests under blead (sprout, #4)
+
+-------------------------------------------------------------------

Old:
----
  Eval-Closure-0.11.tar.gz

New:
----
  Eval-Closure-0.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Eval-Closure.spec ++++++
--- /var/tmp/diff_new_pack.5t1jzZ/_old  2015-04-16 14:13:29.000000000 +0200
+++ /var/tmp/diff_new_pack.5t1jzZ/_new  2015-04-16 14:13:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Eval-Closure
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:           perl-Eval-Closure
-Version:        0.11
+Version:        0.12
 Release:        0
 %define cpan_name Eval-Closure
-Summary:        Safely and cleanly create closures via string eval
+Summary:        safely and cleanly create closures via string eval
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Eval-Closure/
@@ -33,9 +33,6 @@
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Try::Tiny)
-#BuildRequires: perl(Devel::LexAlias)
-#BuildRequires: perl(Eval::Closure)
-#BuildRequires: perl(Perl::Tidy)
 Requires:       perl(Try::Tiny)
 Recommends:     perl(Devel::LexAlias) >= 0.05
 Recommends:     perl(Perl::Tidy)
@@ -56,12 +53,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} < 1210
-mv t/00-compile.t t/00-compile.t.disable
-sed -i "s|^use Test::More;|use Test::More qw(no_plan);|g; \
-               s|^done_testing;|#done_testing;|g" t/*.t
-mv t/00-compile.t.disable t/00-compile.t
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ Eval-Closure-0.11.tar.gz -> Eval-Closure-0.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/Changes 
new/Eval-Closure-0.12/Changes
--- old/Eval-Closure-0.11/Changes       2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/Changes       2015-01-18 01:10:07.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Eval-Closure
 
+0.12  2015-01-17
+      - fix tests under blead (sprout, #4)
+
 0.11  2013-07-30
       - add "alias => 1" option for making closure variables actually alias the
         closed over variables (so the variable referenced in the environment
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/LICENSE 
new/Eval-Closure-0.12/LICENSE
--- old/Eval-Closure-0.11/LICENSE       2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/LICENSE       2015-01-18 01:10:07.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2013 by Jesse Luehrs.
+This software is copyright (c) 2015 by Jesse Luehrs.
 
 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) 2013 by Jesse Luehrs.
+This software is Copyright (c) 2015 by Jesse Luehrs.
 
 This is free software, licensed under:
 
@@ -22,7 +22,7 @@
                      Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2013 by Jesse Luehrs.
+This software is Copyright (c) 2015 by Jesse Luehrs.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/MANIFEST 
new/Eval-Closure-0.12/MANIFEST
--- old/Eval-Closure-0.11/MANIFEST      2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/MANIFEST      2015-01-18 01:10:07.000000000 +0100
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.031.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/META.json 
new/Eval-Closure-0.12/META.json
--- old/Eval-Closure-0.11/META.json     2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/META.json     2015-01-18 01:10:07.000000000 +0100
@@ -4,7 +4,7 @@
       "Jesse Luehrs <d...@tozt.net>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 
2.143240",
    "license" : [
       "perl_5"
    ],
@@ -16,12 +16,16 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.30"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "develop" : {
          "requires" : {
             "Pod::Coverage::TrustPod" : "0",
+            "Test::EOL" : "0",
+            "Test::More" : "0",
+            "Test::NoTabs" : "0",
+            "Test::Output" : "0",
             "Test::Pod" : "1.41",
             "Test::Pod::Coverage" : "1.08"
          }
@@ -45,14 +49,21 @@
       "test" : {
          "requires" : {
             "B" : "0",
-            "File::Find" : "0",
-            "File::Temp" : "0",
+            "File::Spec" : "0",
+            "IO::Handle" : "0",
+            "IPC::Open3" : "0",
             "Test::Fatal" : "0",
             "Test::More" : "0.88",
             "Test::Requires" : "0"
          }
       }
    },
+   "provides" : {
+      "Eval::Closure" : {
+         "file" : "lib/Eval/Closure.pm",
+         "version" : "0.12"
+      }
+   },
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
@@ -65,10 +76,10 @@
          "web" : "https://github.com/doy/eval-closure";
       }
    },
-   "version" : "0.11",
+   "version" : "0.12",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.018000"
+         "version" : "5.020000"
       },
       "plugins" : [
          {
@@ -80,87 +91,108 @@
                }
             },
             "name" : "@DOY/TestMoreDoneTesting",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
+            "config" : {
+               "Dist::Zilla::Plugin::GatherDir" : {
+                  "exclude_filename" : [],
+                  "exclude_match" : [],
+                  "follow_symlinks" : "0",
+                  "include_dotfiles" : "0",
+                  "prefix" : "",
+                  "prune_directory" : [],
+                  "root" : "."
+               }
+            },
             "name" : "@DOY/GatherDir",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@DOY/PruneCruft",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@DOY/ManifestSkip",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@DOY/MetaYAML",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@DOY/License",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@DOY/Readme",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
             "name" : "@DOY/RunExtraTests",
-            "version" : "0.011"
+            "version" : "0.022"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@DOY/ExecDir",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@DOY/ShareDir",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
             "name" : "@DOY/MakeMaker",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@DOY/Manifest",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@DOY/TestRelease",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@DOY/ConfirmRelease",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@DOY/MetaConfig",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@DOY/MetaJSON",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@DOY/NextRelease",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -170,37 +202,62 @@
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@DOY/PkgVersion",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::Authority",
             "name" : "@DOY/Authority",
-            "version" : "1.006"
+            "version" : "1.009"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@DOY/PodCoverageTests",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@DOY/PodSyntaxTests",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
-            "class" : "Dist::Zilla::Plugin::NoTabsTests",
-            "name" : "@DOY/NoTabsTests",
-            "version" : "0.01"
+            "class" : "Dist::Zilla::Plugin::Test::NoTabs",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::NoTabs" : {
+                  "finder" : [
+                     ":InstallModules",
+                     ":ExecFiles",
+                     ":TestFiles"
+                  ]
+               }
+            },
+            "name" : "@DOY/Test::NoTabs",
+            "version" : "0.08"
          },
          {
             "class" : "Dist::Zilla::Plugin::EOLTests",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::EOL" : {
+                  "filename" : "xt/release/eol.t"
+               }
+            },
             "name" : "@DOY/EOLTests",
-            "version" : "0.02"
+            "version" : "0.16"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::Compile" : {
+                  "filename" : "t/00-compile.t",
+                  "module_finder" : [
+                     ":InstallModules"
+                  ],
+                  "script_finder" : [
+                     ":ExecFiles"
+                  ]
+               }
+            },
             "name" : "@DOY/Test::Compile",
-            "version" : "2.002"
+            "version" : "2.043"
          },
          {
             "class" : "Dist::Zilla::Plugin::Metadata",
@@ -210,42 +267,212 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@DOY/MetaResources",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Check" : {
+                  "untracked_files" : "die"
+               },
+               "Dist::Zilla::Role::Git::DirtyFiles" : {
+                  "allow_dirty" : [],
+                  "allow_dirty_match" : [],
+                  "changelog" : "Changes"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "@DOY/Git::Check",
-            "version" : "2.013"
+            "version" : "2.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Commit" : {
+                  "add_files_in" : [],
+                  "commit_msg" : "changelog",
+                  "time_zone" : "local"
+               },
+               "Dist::Zilla::Role::Git::DirtyFiles" : {
+                  "allow_dirty" : [
+                     "dist.ini",
+                     "Changes"
+                  ],
+                  "allow_dirty_match" : [],
+                  "changelog" : "Changes"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "@DOY/Git::Commit",
-            "version" : "2.013"
+            "version" : "2.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Tag" : {
+                  "branch" : null,
+                  "signed" : 0,
+                  "tag" : "0.12",
+                  "tag_format" : "%v",
+                  "tag_message" : "",
+                  "time_zone" : "local"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "@DOY/Git::Tag",
-            "version" : "2.013"
+            "version" : "2.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::NextVersion" : {
+                  "first_version" : "0.01",
+                  "version_by_branch" : "0",
+                  "version_regexp" : "(?^:^(\\d+\\.\\d+)$)"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "@DOY/Git::NextVersion",
-            "version" : "2.013"
+            "version" : "2.023"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ContributorsFromGit",
+            "name" : "@DOY/ContributorsFromGit",
+            "version" : "0.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
+            "config" : {
+               "Dist::Zilla::Plugin::MetaProvides::Package" : {
+                  "finder_objects" : [
+                     {
+                        "class" : "Dist::Zilla::Plugin::FinderCode",
+                        "name" : 
"@DOY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
+                        "version" : "5.031"
+                     }
+                  ]
+               },
+               "Dist::Zilla::Role::MetaProvider::Provider" : {
+                  "inherit_missing" : "1",
+                  "inherit_version" : "1",
+                  "meta_noindex" : "1"
+               }
+            },
+            "name" : "@DOY/MetaProvides::Package",
+            "version" : "2.000002"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "config" : {
+               "Dist::Zilla::Plugin::PodWeaver" : {
+                  "finder" : [
+                     ":InstallModules",
+                     ":ExecFiles"
+                  ],
+                  "plugins" : [
+                     {
+                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
+                        "name" : "@CorePrep/EnsurePod5",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::H1Nester",
+                        "name" : "@CorePrep/H1Nester",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
+                        "name" : "@Default/SingleEncoding",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Name",
+                        "name" : "@Default/Name",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Version",
+                        "name" : "@Default/Version",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Region",
+                        "name" : "@Default/prelude",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "SYNOPSIS",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "DESCRIPTION",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "OVERVIEW",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "ATTRIBUTES",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "METHODS",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "FUNCTIONS",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Leftovers",
+                        "name" : "@Default/Leftovers",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Region",
+                        "name" : "@Default/postlude",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Authors",
+                        "name" : "@Default/Authors",
+                        "version" : "4.006"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Legal",
+                        "name" : "@Default/Legal",
+                        "version" : "4.006"
+                     }
+                  ]
+               }
+            },
             "name" : "@DOY/PodWeaver",
-            "version" : "3.101641"
+            "version" : "4.005"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@DOY/UploadToCPAN",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "AutoPrereqs",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -256,42 +483,68 @@
                }
             },
             "name" : "RuntimeRecommends",
-            "version" : "4.300034"
+            "version" : "5.031"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "develop",
+                  "type" : "requires"
+               }
+            },
+            "name" : "DevelopRequires",
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::ContributorsFromGit",
             "name" : "ContributorsFromGit",
-            "version" : "0.006"
+            "version" : "0.014"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.300034"
+            "version" : "5.031"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "4.300034"
+            "version" : "5.031"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":AllFiles",
+            "version" : "5.031"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":NoFiles",
+            "version" : "5.031"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : "@DOY/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
+            "version" : "5.031"
          }
       ],
       "zilla" : {
@@ -299,7 +552,7 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "4.300034"
+         "version" : "5.031"
       }
    },
    "x_authority" : "cpan:DOY",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/META.yml 
new/Eval-Closure-0.12/META.yml
--- old/Eval-Closure-0.11/META.yml      2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/META.yml      2015-01-18 01:10:07.000000000 +0100
@@ -3,41 +3,46 @@
 author:
   - 'Jesse Luehrs <d...@tozt.net>'
 build_requires:
-  B: 0
-  File::Find: 0
-  File::Temp: 0
-  Test::Fatal: 0
-  Test::More: 0.88
-  Test::Requires: 0
+  B: '0'
+  File::Spec: '0'
+  IO::Handle: '0'
+  IPC::Open3: '0'
+  Test::Fatal: '0'
+  Test::More: '0.88'
+  Test::Requires: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 6.30
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Eval-Closure
+provides:
+  Eval::Closure:
+    file: lib/Eval/Closure.pm
+    version: '0.12'
 recommends:
-  Devel::LexAlias: 0.05
-  Perl::Tidy: 0
+  Devel::LexAlias: '0.05'
+  Perl::Tidy: '0'
 requires:
-  Carp: 0
-  Exporter: 0
-  Scalar::Util: 0
-  Try::Tiny: 0
-  constant: 0
-  overload: 0
-  strict: 0
-  warnings: 0
+  Carp: '0'
+  Exporter: '0'
+  Scalar::Util: '0'
+  Try::Tiny: '0'
+  constant: '0'
+  overload: '0'
+  strict: '0'
+  warnings: '0'
 resources:
   bugtracker: https://github.com/doy/eval-closure/issues
   homepage: http://metacpan.org/release/Eval-Closure
   repository: git://github.com/doy/eval-closure.git
-version: 0.11
+version: '0.12'
 x_Dist_Zilla:
   perl:
-    version: 5.018000
+    version: '5.020000'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -46,139 +51,298 @@
           phase: test
           type: requires
       name: '@DOY/TestMoreDoneTesting'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::GatherDir
+      config:
+        Dist::Zilla::Plugin::GatherDir:
+          exclude_filename: []
+          exclude_match: []
+          follow_symlinks: '0'
+          include_dotfiles: '0'
+          prefix: ''
+          prune_directory: []
+          root: .
       name: '@DOY/GatherDir'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@DOY/PruneCruft'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@DOY/ManifestSkip'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@DOY/MetaYAML'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::License
       name: '@DOY/License'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@DOY/Readme'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::RunExtraTests
+      config:
+        Dist::Zilla::Role::TestRunner:
+          default_jobs: 1
       name: '@DOY/RunExtraTests'
-      version: 0.011
+      version: '0.022'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@DOY/ExecDir'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@DOY/ShareDir'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::MakeMaker
+      config:
+        Dist::Zilla::Role::TestRunner:
+          default_jobs: 1
       name: '@DOY/MakeMaker'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@DOY/Manifest'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@DOY/TestRelease'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@DOY/ConfirmRelease'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@DOY/MetaConfig'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@DOY/MetaJSON'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@DOY/NextRelease'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::CheckChangesHasContent
       name: '@DOY/CheckChangesHasContent'
-      version: 0.006
+      version: '0.006'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@DOY/PkgVersion'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::Authority
       name: '@DOY/Authority'
-      version: 1.006
+      version: '1.009'
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@DOY/PodCoverageTests'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@DOY/PodSyntaxTests'
-      version: 4.300034
+      version: '5.031'
     -
-      class: Dist::Zilla::Plugin::NoTabsTests
-      name: '@DOY/NoTabsTests'
-      version: 0.01
+      class: Dist::Zilla::Plugin::Test::NoTabs
+      config:
+        Dist::Zilla::Plugin::Test::NoTabs:
+          finder:
+            - ':InstallModules'
+            - ':ExecFiles'
+            - ':TestFiles'
+      name: '@DOY/Test::NoTabs'
+      version: '0.08'
     -
       class: Dist::Zilla::Plugin::EOLTests
+      config:
+        Dist::Zilla::Plugin::Test::EOL:
+          filename: xt/release/eol.t
       name: '@DOY/EOLTests'
-      version: 0.02
+      version: '0.16'
     -
       class: Dist::Zilla::Plugin::Test::Compile
+      config:
+        Dist::Zilla::Plugin::Test::Compile:
+          filename: t/00-compile.t
+          module_finder:
+            - ':InstallModules'
+          script_finder:
+            - ':ExecFiles'
       name: '@DOY/Test::Compile'
-      version: 2.002
+      version: '2.043'
     -
       class: Dist::Zilla::Plugin::Metadata
       name: '@DOY/Metadata'
-      version: 3.03
+      version: '3.03'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@DOY/MetaResources'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::Git::Check
+      config:
+        Dist::Zilla::Plugin::Git::Check:
+          untracked_files: die
+        Dist::Zilla::Role::Git::DirtyFiles:
+          allow_dirty: []
+          allow_dirty_match: []
+          changelog: Changes
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: '@DOY/Git::Check'
-      version: 2.013
+      version: '2.023'
     -
       class: Dist::Zilla::Plugin::Git::Commit
+      config:
+        Dist::Zilla::Plugin::Git::Commit:
+          add_files_in: []
+          commit_msg: changelog
+          time_zone: local
+        Dist::Zilla::Role::Git::DirtyFiles:
+          allow_dirty:
+            - dist.ini
+            - Changes
+          allow_dirty_match: []
+          changelog: Changes
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: '@DOY/Git::Commit'
-      version: 2.013
+      version: '2.023'
     -
       class: Dist::Zilla::Plugin::Git::Tag
+      config:
+        Dist::Zilla::Plugin::Git::Tag:
+          branch: ~
+          signed: 0
+          tag: '0.12'
+          tag_format: '%v'
+          tag_message: ''
+          time_zone: local
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: '@DOY/Git::Tag'
-      version: 2.013
+      version: '2.023'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
+      config:
+        Dist::Zilla::Plugin::Git::NextVersion:
+          first_version: '0.01'
+          version_by_branch: '0'
+          version_regexp: (?^:^(\d+\.\d+)$)
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: '@DOY/Git::NextVersion'
-      version: 2.013
+      version: '2.023'
+    -
+      class: Dist::Zilla::Plugin::ContributorsFromGit
+      name: '@DOY/ContributorsFromGit'
+      version: '0.014'
+    -
+      class: Dist::Zilla::Plugin::MetaProvides::Package
+      config:
+        Dist::Zilla::Plugin::MetaProvides::Package:
+          finder_objects:
+            -
+              class: Dist::Zilla::Plugin::FinderCode
+              name: '@DOY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
+              version: '5.031'
+        Dist::Zilla::Role::MetaProvider::Provider:
+          inherit_missing: '1'
+          inherit_version: '1'
+          meta_noindex: '1'
+      name: '@DOY/MetaProvides::Package'
+      version: '2.000002'
     -
       class: Dist::Zilla::Plugin::PodWeaver
+      config:
+        Dist::Zilla::Plugin::PodWeaver:
+          finder:
+            - ':InstallModules'
+            - ':ExecFiles'
+          plugins:
+            -
+              class: Pod::Weaver::Plugin::EnsurePod5
+              name: '@CorePrep/EnsurePod5'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Plugin::H1Nester
+              name: '@CorePrep/H1Nester'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Plugin::SingleEncoding
+              name: '@Default/SingleEncoding'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Name
+              name: '@Default/Name'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Version
+              name: '@Default/Version'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Region
+              name: '@Default/prelude'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: SYNOPSIS
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: DESCRIPTION
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: OVERVIEW
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: ATTRIBUTES
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: METHODS
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: FUNCTIONS
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Leftovers
+              name: '@Default/Leftovers'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Region
+              name: '@Default/postlude'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Authors
+              name: '@Default/Authors'
+              version: '4.006'
+            -
+              class: Pod::Weaver::Section::Legal
+              name: '@Default/Legal'
+              version: '4.006'
       name: '@DOY/PodWeaver'
-      version: 3.101641
+      version: '4.005'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@DOY/UploadToCPAN'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: AutoPrereqs
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -186,40 +350,60 @@
           phase: runtime
           type: recommends
       name: RuntimeRecommends
-      version: 4.300034
+      version: '5.031'
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: develop
+          type: requires
+      name: DevelopRequires
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::ContributorsFromGit
       name: ContributorsFromGit
-      version: 0.006
+      version: '0.014'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.300034
+      version: '5.031'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: 4.300034
+      version: '5.031'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':AllFiles'
+      version: '5.031'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':NoFiles'
+      version: '5.031'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: '@DOY/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
+      version: '5.031'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
-      is_trial: 0
-    version: 4.300034
+      is_trial: '0'
+    version: '5.031'
 x_authority: cpan:DOY
 x_contributors:
   - 'Dave Rolsky <auta...@urth.org>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/Makefile.PL 
new/Eval-Closure-0.12/Makefile.PL
--- old/Eval-Closure-0.11/Makefile.PL   2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/Makefile.PL   2015-01-18 01:10:07.000000000 +0100
@@ -1,19 +1,19 @@
 
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.031.
 use strict;
 use warnings;
 
 
 
-use ExtUtils::MakeMaker 6.30;
+use ExtUtils::MakeMaker;
 
 
 
 my %WriteMakefileArgs = (
   "ABSTRACT" => "safely and cleanly create closures via string eval",
   "AUTHOR" => "Jesse Luehrs <doy\@tozt.net>",
-  "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
-    "ExtUtils::MakeMaker" => "6.30"
+    "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "Eval-Closure",
   "EXE_FILES" => [],
@@ -31,43 +31,44 @@
   },
   "TEST_REQUIRES" => {
     "B" => 0,
-    "File::Find" => 0,
-    "File::Temp" => 0,
+    "File::Spec" => 0,
+    "IO::Handle" => 0,
+    "IPC::Open3" => 0,
     "Test::Fatal" => 0,
     "Test::More" => "0.88",
     "Test::Requires" => 0
   },
-  "VERSION" => "0.11",
+  "VERSION" => "0.12",
   "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 = (
+  "B" => 0,
+  "Carp" => 0,
+  "Exporter" => 0,
+  "ExtUtils::MakeMaker" => 0,
+  "File::Spec" => 0,
+  "IO::Handle" => 0,
+  "IPC::Open3" => 0,
+  "Scalar::Util" => 0,
+  "Test::Fatal" => 0,
+  "Test::More" => "0.88",
+  "Test::Requires" => 0,
+  "Try::Tiny" => 0,
+  "constant" => 0,
+  "overload" => 0,
+  "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/Eval-Closure-0.11/README new/Eval-Closure-0.12/README
--- old/Eval-Closure-0.11/README        2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/README        2015-01-18 01:10:07.000000000 +0100
@@ -1,13 +1,15 @@
 
 
 This archive contains the distribution Eval-Closure,
-version 0.11:
+version 0.12:
 
   safely and cleanly create closures via string eval
 
-This software is copyright (c) 2013 by Jesse Luehrs.
+This software is copyright (c) 2015 by Jesse Luehrs.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
+This README file was generated by Dist::Zilla::Plugin::Readme v5.031.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/dist.ini 
new/Eval-Closure-0.12/dist.ini
--- old/Eval-Closure-0.11/dist.ini      2013-07-30 22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/dist.ini      2015-01-18 01:10:07.000000000 +0100
@@ -9,6 +9,7 @@
 repository = github
 bugtracker_web = https://github.com/doy/eval-closure/issues
 bugtracker_mailto =
+Authority_authority_style = pkg
 
 [AutoPrereqs]
 skip = ^Perl::Tidy$
@@ -19,4 +20,7 @@
 Perl::Tidy = 0
 Devel::LexAlias = 0.05
 
+[Prereqs / DevelopRequires]
+Test::Output = 0
+
 [ContributorsFromGit]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/lib/Eval/Closure.pm 
new/Eval-Closure-0.12/lib/Eval/Closure.pm
--- old/Eval-Closure-0.11/lib/Eval/Closure.pm   2013-07-30 22:30:51.000000000 
+0200
+++ new/Eval-Closure-0.12/lib/Eval/Closure.pm   2015-01-18 01:10:07.000000000 
+0100
@@ -2,9 +2,7 @@
 BEGIN {
   $Eval::Closure::AUTHORITY = 'cpan:DOY';
 }
-{
-  $Eval::Closure::VERSION = '0.11';
-}
+$Eval::Closure::VERSION = '0.12';
 use strict;
 use warnings;
 # ABSTRACT: safely and cleanly create closures via string eval
@@ -205,13 +203,15 @@
 
 =pod
 
+=encoding UTF-8
+
 =head1 NAME
 
 Eval::Closure - safely and cleanly create closures via string eval
 
 =head1 VERSION
 
-version 0.11
+version 0.12
 
 =head1 SYNOPSIS
 
@@ -363,7 +363,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2013 by Jesse Luehrs.
+This software is copyright (c) 2015 by Jesse Luehrs.
 
 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/t/00-compile.t 
new/Eval-Closure-0.12/t/00-compile.t
--- old/Eval-Closure-0.11/t/00-compile.t        2013-07-30 22:30:51.000000000 
+0200
+++ new/Eval-Closure-0.12/t/00-compile.t        2015-01-18 01:10:07.000000000 
+0100
@@ -1,74 +1,50 @@
-#!perl
-
+use 5.006;
 use strict;
 use warnings;
 
-use Test::More;
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.043
 
+use Test::More  tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
 
 
-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',
+my @module_files = (
+    'Eval/Closure.pm'
 );
 
-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;
-}
+# no fake home requested
 
-my @scripts;
-do { push @scripts, _find_scripts($_) if -d $_ }
-    for qw{ bin script scripts };
+my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
 
-my $plan = scalar(@modules) + scalar(@scripts);
-$plan ? (plan tests => $plan) : (plan skip_all => "no tests to run");
+use File::Spec;
+use IPC::Open3;
+use IO::Handle;
 
-{
-    # fake home for cpan-testers
-    # no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
+open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
 
-    like( qx{ $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_ 
loaded ok" )
-        for sort @modules;
+my @warnings;
+for my $lib (@module_files)
+{
+    # see L<perlfaq8/How can I capture STDERR from an external command?>
+    my $stderr = IO::Handle->new;
 
-    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" );
-        }
+    my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', 
"require q[$lib]");
+    binmode $stderr, ':crlf' if $^O eq 'MSWin32';
+    my @_warnings = <$stderr>;
+    waitpid($pid, 0);
+    is($?, 0, "$lib loaded ok");
+
+    if (@_warnings)
+    {
+        warn @_warnings;
+        push @warnings, @_warnings;
     }
-
 }
+
+
+
+is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING};
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/t/close-over-nonref.t 
new/Eval-Closure-0.12/t/close-over-nonref.t
--- old/Eval-Closure-0.11/t/close-over-nonref.t 2013-07-30 22:30:51.000000000 
+0200
+++ new/Eval-Closure-0.12/t/close-over-nonref.t 2015-01-18 01:10:07.000000000 
+0100
@@ -8,9 +8,9 @@
 
 my $number  = 40;
 my $closure = eval_closure(
-       source       => 'sub { $xxx += 2 }',
-       environment  => { '$xxx' => \$number },
-       alias        => 1,
+    source       => 'sub { $xxx += 2 }',
+    environment  => { '$xxx' => \$number },
+    alias        => 1,
 );
 
 $closure->();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/t/close-over.t 
new/Eval-Closure-0.12/t/close-over.t
--- old/Eval-Closure-0.11/t/close-over.t        2013-07-30 22:30:51.000000000 
+0200
+++ new/Eval-Closure-0.12/t/close-over.t        2015-01-18 01:10:07.000000000 
+0100
@@ -44,9 +44,9 @@
         $b = $b->OUTSIDE;
     }
     my @visible_in_outer_scope
-        = grep { $_ ne '&' }
+        = grep { defined and $_ ne '&' }
           map  { $_->PV }
-          grep { $_->isa('B::PV') }
+          grep { $_->can('PV') }
           map  { $_->PADLIST->ARRAYelt(0)->ARRAY }
           @scopes;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/t/lexical-subs.t 
new/Eval-Closure-0.12/t/lexical-subs.t
--- old/Eval-Closure-0.11/t/lexical-subs.t      2013-07-30 22:30:51.000000000 
+0200
+++ new/Eval-Closure-0.12/t/lexical-subs.t      2015-01-18 01:10:07.000000000 
+0100
@@ -3,7 +3,11 @@
 use warnings;
 use Test::More;
 
-use Test::Requires '5.018';
+BEGIN {
+    if (!eval { require 5.018; 1 }) {
+        plan skip_all => "this test requires 5.18";
+    }
+}
 use 5.018;
 
 use Eval::Closure;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/xt/release/eol.t 
new/Eval-Closure-0.12/xt/release/eol.t
--- old/Eval-Closure-0.11/xt/release/eol.t      2013-07-30 22:30:51.000000000 
+0200
+++ new/Eval-Closure-0.12/xt/release/eol.t      2015-01-18 01:10:07.000000000 
+0100
@@ -2,7 +2,7 @@
 use warnings;
 use Test::More;
 
-eval 'use Test::EOL';
-plan skip_all => 'Test::EOL required' if $@;
+# generated by Dist::Zilla::Plugin::Test::EOL 0.16
+use Test::EOL;
 
 all_perl_files_ok({ trailing_whitespace => 1 });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/xt/release/no-tabs.t 
new/Eval-Closure-0.12/xt/release/no-tabs.t
--- old/Eval-Closure-0.11/xt/release/no-tabs.t  2013-07-30 22:30:51.000000000 
+0200
+++ new/Eval-Closure-0.12/xt/release/no-tabs.t  2015-01-18 01:10:07.000000000 
+0100
@@ -1,8 +1,25 @@
 use strict;
 use warnings;
-use Test::More;
 
-eval 'use Test::NoTabs';
-plan skip_all => 'Test::NoTabs required' if $@;
+# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.08
 
-all_perl_files_ok();
+use Test::More 0.88;
+use Test::NoTabs;
+
+my @files = (
+    'lib/Eval/Closure.pm',
+    't/00-compile.t',
+    't/basic.t',
+    't/canonicalize-source.t',
+    't/close-over-nonref.t',
+    't/close-over.t',
+    't/compiling-package.t',
+    't/debugger.t',
+    't/description.t',
+    't/errors.t',
+    't/lexical-subs.t',
+    't/memoize.t'
+);
+
+notabs_ok($_) foreach @files;
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/xt/release/pod-coverage.t 
new/Eval-Closure-0.12/xt/release/pod-coverage.t
--- old/Eval-Closure-0.11/xt/release/pod-coverage.t     2013-07-30 
22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/xt/release/pod-coverage.t     2015-01-18 
01:10:07.000000000 +0100
@@ -1,13 +1,7 @@
 #!perl
+# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
 
-use Test::More;
-
-eval "use Test::Pod::Coverage 1.08";
-plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
-  if $@;
-
-eval "use Pod::Coverage::TrustPod";
-plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
-  if $@;
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
 
 all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Eval-Closure-0.11/xt/release/pod-syntax.t 
new/Eval-Closure-0.12/xt/release/pod-syntax.t
--- old/Eval-Closure-0.11/xt/release/pod-syntax.t       2013-07-30 
22:30:51.000000000 +0200
+++ new/Eval-Closure-0.12/xt/release/pod-syntax.t       2015-01-18 
01:10:07.000000000 +0100
@@ -1,7 +1,6 @@
 #!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
 use Test::More;
-
-eval "use Test::Pod 1.41";
-plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
+use Test::Pod 1.41;
 
 all_pod_files_ok();


Reply via email to