Hello community,

here is the log from the commit of package perl-Config-INI for openSUSE:Factory 
checked in at 2013-11-26 19:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-INI (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Config-INI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Config-INI"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-INI/perl-Config-INI.changes  
2013-07-27 15:49:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-INI.new/perl-Config-INI.changes     
2013-11-26 19:24:40.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 26 07:35:04 UTC 2013 - co...@suse.com
+
+- updated to 0.021
+     - throw an exception if line 1 appears to start with a UTF-8 BOM
+     - typo fixes in docs (thanks, David Steinbrunner!)
+
+-------------------------------------------------------------------

Old:
----
  Config-INI-0.020.tar.gz

New:
----
  Config-INI-0.021.tar.gz

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

Other differences:
------------------
++++++ perl-Config-INI.spec ++++++
--- /var/tmp/diff_new_pack.bTfE1w/_old  2013-11-26 19:24:40.000000000 +0100
+++ /var/tmp/diff_new_pack.bTfE1w/_new  2013-11-26 19:24:40.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Config-INI
-Version:        0.020
+Version:        0.021
 Release:        0
 %define cpan_name Config-INI
 Summary:        simple .ini-file format
@@ -29,6 +29,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(IO::File) >= 1.14
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(Mixin::Linewise::Readers)

++++++ Config-INI-0.020.tar.gz -> Config-INI-0.021.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/Changes new/Config-INI-0.021/Changes
--- old/Config-INI-0.020/Changes        2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/Changes        2013-10-20 17:34:03.000000000 +0200
@@ -1,5 +1,9 @@
 Changelog for Config-INI
 
+0.021     2013-10-20 11:33:59 America/New_York
+        - throw an exception if line 1 appears to start with a UTF-8 BOM
+        - typo fixes in docs (thanks, David Steinbrunner!)
+
 0.020     2013-07-01 21:30:50 America/New_York
           update bugtracker
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/MANIFEST 
new/Config-INI-0.021/MANIFEST
--- old/Config-INI-0.020/MANIFEST       2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/MANIFEST       2013-10-20 17:34:03.000000000 +0200
@@ -11,7 +11,6 @@
 lib/Config/INI/Reader.pm
 lib/Config/INI/Writer.pm
 t/00-compile.t
-t/00-load.t
 t/000-report-versions-tiny.t
 t/reader-err.t
 t/reader.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/META.json 
new/Config-INI-0.021/META.json
--- old/Config-INI-0.020/META.json      2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/META.json      2013-10-20 17:34:03.000000000 +0200
@@ -4,7 +4,7 @@
       "Ricardo Signes <r...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.131560",
+   "generated_by" : "Dist::Zilla version 4.300037, CPAN::Meta::Converter 
version 2.120921",
    "license" : [
       "perl_5"
    ],
@@ -38,9 +38,9 @@
       },
       "test" : {
          "requires" : {
-            "File::Find" : "0",
-            "File::Temp" : "0",
-            "Test::More" : "0.96"
+            "Capture::Tiny" : "0",
+            "Test::More" : "0.96",
+            "blib" : "0"
          }
       }
    },
@@ -56,10 +56,10 @@
          "web" : "https://github.com/rjbs/Config-INI";
       }
    },
-   "version" : "0.020",
+   "version" : "0.021",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.019001"
+         "version" : "5.016002"
       },
       "plugins" : [
          {
@@ -70,77 +70,77 @@
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@RJBS/CheckPrereqsIndexed",
-            "version" : "0.009"
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckExtraTests",
             "name" : "@RJBS/CheckExtraTests",
-            "version" : "0.011"
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Filter/PruneCruft",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Filter/ManifestSkip",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Filter/MetaYAML",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Filter/License",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Filter/Readme",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Filter/ExecDir",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Filter/ShareDir",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@RJBS/@Filter/MakeMaker",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Filter/Manifest",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Filter/TestRelease",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Filter/ConfirmRelease",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Filter/UploadToCPAN",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
@@ -150,22 +150,22 @@
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
@@ -175,17 +175,27 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "4.300035"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Test::Compile",
-            "name" : "@RJBS/Test::Compile",
-            "version" : "2.002"
+            "version" : "4.300037"
          },
          {
             "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",
@@ -196,7 +206,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -206,7 +216,7 @@
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "@RJBS/GithubMeta",
-            "version" : "0.28"
+            "version" : "0.30"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -231,32 +241,32 @@
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.300035"
+            "version" : "4.300037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "4.300035"
+            "version" : "4.300037"
          }
       ],
       "zilla" : {
@@ -264,7 +274,7 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "4.300035"
+         "version" : "4.300037"
       }
    }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/META.yml 
new/Config-INI-0.021/META.yml
--- old/Config-INI-0.020/META.yml       2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/META.yml       2013-10-20 17:34:03.000000000 +0200
@@ -3,13 +3,13 @@
 author:
   - 'Ricardo Signes <r...@cpan.org>'
 build_requires:
-  File::Find: 0
-  File::Temp: 0
+  Capture::Tiny: 0
   Test::More: 0.96
+  blib: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 
2.131560'
+generated_by: 'Dist::Zilla version 4.300037, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,10 +27,10 @@
   bugtracker: https://github.com/rjbs/Config-INI/issues
   homepage: https://github.com/rjbs/Config-INI
   repository: https://github.com/rjbs/Config-INI.git
-version: 0.020
+version: 0.021
 x_Dist_Zilla:
   perl:
-    version: 5.019001
+    version: 5.016002
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -39,63 +39,63 @@
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@RJBS/CheckPrereqsIndexed'
-      version: 0.009
+      version: 0.007
     -
       class: Dist::Zilla::Plugin::CheckExtraTests
       name: '@RJBS/CheckExtraTests'
-      version: 0.011
+      version: 0.007
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Filter/PruneCruft'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Filter/ManifestSkip'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Filter/MetaYAML'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Filter/License'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Filter/Readme'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Filter/ExecDir'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Filter/ShareDir'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@RJBS/@Filter/MakeMaker'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Filter/Manifest'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Filter/TestRelease'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Filter/ConfirmRelease'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Filter/UploadToCPAN'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       name: '@RJBS/Git::NextVersion'
@@ -103,19 +103,19 @@
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@RJBS/Test::ChangesHasContent'
@@ -123,15 +123,21 @@
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: 4.300035
-    -
-      class: Dist::Zilla::Plugin::Test::Compile
-      name: '@RJBS/Test::Compile'
-      version: 2.002
+      version: 4.300037
     -
       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:
@@ -139,7 +145,7 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@RJBS/PodWeaver'
@@ -147,7 +153,7 @@
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@RJBS/GithubMeta'
-      version: 0.28
+      version: 0.30
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@RJBS/@Git/Check'
@@ -167,29 +173,29 @@
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.300035
+      version: 4.300037
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: 4.300035
+      version: 4.300037
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.300035
+    version: 4.300037
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/Makefile.PL 
new/Config-INI-0.021/Makefile.PL
--- old/Config-INI-0.020/Makefile.PL    2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/Makefile.PL    2013-10-20 17:34:03.000000000 +0200
@@ -29,11 +29,11 @@
     "warnings" => 0
   },
   "TEST_REQUIRES" => {
-    "File::Find" => 0,
-    "File::Temp" => 0,
-    "Test::More" => "0.96"
+    "Capture::Tiny" => 0,
+    "Test::More" => "0.96",
+    "blib" => 0
   },
-  "VERSION" => "0.020",
+  "VERSION" => "0.021",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/README new/Config-INI-0.021/README
--- old/Config-INI-0.020/README 2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/README 2013-10-20 17:34:03.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Config-INI,
-version 0.020:
+version 0.021:
 
   simple .ini-file format
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/lib/Config/INI/Reader.pm 
new/Config-INI-0.021/lib/Config/INI/Reader.pm
--- old/Config-INI-0.020/lib/Config/INI/Reader.pm       2013-07-02 
03:30:53.000000000 +0200
+++ new/Config-INI-0.021/lib/Config/INI/Reader.pm       2013-10-20 
17:34:03.000000000 +0200
@@ -2,7 +2,7 @@
 use warnings;
 package Config::INI::Reader;
 {
-  $Config::INI::Reader::VERSION = '0.020';
+  $Config::INI::Reader::VERSION = '0.021';
 }
 use Mixin::Linewise::Readers;
 # ABSTRACT: a subclassable .ini-file parser
@@ -22,6 +22,10 @@
 
   # parse the file
   LINE: while (my $line = $handle->getline) {
+    if ($handle->input_line_number == 1 && $line =~ /\A\x{FEFF}/) {
+      Carp::confess("input handle appears to start with a BOM");
+    }
+
     next LINE if $self->can_ignore($line);
 
     $self->preprocess_line(\$line);
@@ -134,7 +138,7 @@
 
 =head1 VERSION
 
-version 0.020
+version 0.021
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/lib/Config/INI/Writer.pm 
new/Config-INI-0.021/lib/Config/INI/Writer.pm
--- old/Config-INI-0.020/lib/Config/INI/Writer.pm       2013-07-02 
03:30:53.000000000 +0200
+++ new/Config-INI-0.021/lib/Config/INI/Writer.pm       2013-10-20 
17:34:03.000000000 +0200
@@ -2,7 +2,7 @@
 use warnings;
 package Config::INI::Writer;
 {
-  $Config::INI::Writer::VERSION = '0.020';
+  $Config::INI::Writer::VERSION = '0.021';
 }
 use Mixin::Linewise::Writers;
 # ABSTRACT: a subclassable .ini-file emitter
@@ -209,7 +209,7 @@
 
 =head1 VERSION
 
-version 0.020
+version 0.021
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/lib/Config/INI.pm 
new/Config-INI-0.021/lib/Config/INI.pm
--- old/Config-INI-0.020/lib/Config/INI.pm      2013-07-02 03:30:53.000000000 
+0200
+++ new/Config-INI-0.021/lib/Config/INI.pm      2013-10-20 17:34:03.000000000 
+0200
@@ -2,7 +2,7 @@
 use warnings;
 package Config::INI;
 {
-  $Config::INI::VERSION = '0.020';
+  $Config::INI::VERSION = '0.021';
 }
 # ABSTRACT: simple .ini-file format
 
@@ -19,7 +19,7 @@
 
 =head1 VERSION
 
-version 0.020
+version 0.021
 
 =head1 SYNOPSIS
 
@@ -82,7 +82,7 @@
 subclassing, so it should be easy to replace their behavior with whatever
 behavior your want.
 
-Patches, feature requets, and bug reports are welcome -- but I'm more
+Patches, feature requests, and bug reports are welcome -- but I'm more
 interested in making sure you can write a subclass that does what you need, and
 less in making Config-INI do what you want directly.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/t/00-compile.t 
new/Config-INI-0.021/t/00-compile.t
--- old/Config-INI-0.020/t/00-compile.t 2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/t/00-compile.t 2013-10-20 17:34:03.000000000 +0200
@@ -1,74 +1,41 @@
-#!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/INI.pm
+Config/INI/Reader.pm
+Config/INI/Writer.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-INI-0.020/t/00-load.t 
new/Config-INI-0.021/t/00-load.t
--- old/Config-INI-0.020/t/00-load.t    2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/t/00-load.t    1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-#!perl -Tw
-use strict;
-
-use Test::More tests => 2;
-
-use_ok('Config::INI::Reader');
-use_ok('Config::INI::Writer');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/t/000-report-versions-tiny.t 
new/Config-INI-0.021/t/000-report-versions-tiny.t
--- old/Config-INI-0.020/t/000-report-versions-tiny.t   2013-07-02 
03:30:53.000000000 +0200
+++ new/Config-INI-0.021/t/000-report-versions-tiny.t   2013-10-20 
17:34:03.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,16 +48,16 @@
     return sprintf('%-45s => %-10s%-15s%s', $module, $pmver, $wanted, "\n");
 }
 
+eval { $v .= pmver('Capture::Tiny','any version') };
 eval { $v .= pmver('Carp','any version') };
 eval { $v .= pmver('ExtUtils::MakeMaker','6.30') };
-eval { $v .= pmver('File::Find','any version') };
-eval { $v .= pmver('File::Temp','any version') };
 eval { $v .= pmver('IO::File','1.14') };
 eval { $v .= pmver('IO::String','any version') };
 eval { $v .= pmver('Mixin::Linewise::Readers','any version') };
 eval { $v .= pmver('Mixin::Linewise::Writers','any version') };
 eval { $v .= pmver('Test::More','0.96') };
 eval { $v .= pmver('Test::Pod','1.41') };
+eval { $v .= pmver('blib','any version') };
 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/Config-INI-0.020/t/reader-err.t 
new/Config-INI-0.021/t/reader-err.t
--- old/Config-INI-0.020/t/reader-err.t 2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/t/reader-err.t 2013-10-20 17:34:03.000000000 +0200
@@ -1,4 +1,4 @@
-#!perl -Tw
+#!perl
 
 use strict;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/t/reader.t 
new/Config-INI-0.021/t/reader.t
--- old/Config-INI-0.020/t/reader.t     2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/t/reader.t     2013-10-20 17:34:03.000000000 +0200
@@ -1,4 +1,4 @@
-#!perl -Tw
+#!perl
 
 use strict;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/t/writer.t 
new/Config-INI-0.021/t/writer.t
--- old/Config-INI-0.020/t/writer.t     2013-07-02 03:30:53.000000000 +0200
+++ new/Config-INI-0.021/t/writer.t     2013-10-20 17:34:03.000000000 +0200
@@ -1,4 +1,4 @@
-#!perl -Tw
+#!perl
 
 use strict;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-INI-0.020/xt/release/changes_has_content.t 
new/Config-INI-0.021/xt/release/changes_has_content.t
--- old/Config-INI-0.020/xt/release/changes_has_content.t       2013-07-02 
03:30:53.000000000 +0200
+++ new/Config-INI-0.021/xt/release/changes_has_content.t       2013-10-20 
17:34:03.000000000 +0200
@@ -4,7 +4,7 @@
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '0.020';
+my $newver = '0.021';
 my $trial_token = '-TRIAL';
 
 SKIP: {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to