Hello community,

here is the log from the commit of package perl-File-Slurper for 
openSUSE:Factory checked in at 2016-08-09 22:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Slurper (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-Slurper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-Slurper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Slurper/perl-File-Slurper.changes      
2015-11-26 17:03:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Slurper.new/perl-File-Slurper.changes 
2016-08-09 22:15:04.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Aug  6 05:26:47 UTC 2016 - [email protected]
+
+- updated to 0.009
+   see /usr/share/doc/packages/perl-File-Slurper/Changes
+
+  0.009     2016-08-05 18:26:58+02:00 Europe/Amsterdam
+            Load PerlIO::encoding before localizing $PerlIO::encoding::fallback
+
+-------------------------------------------------------------------

Old:
----
  File-Slurper-0.008.tar.gz

New:
----
  File-Slurper-0.009.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-File-Slurper.spec ++++++
--- /var/tmp/diff_new_pack.KaKHlX/_old  2016-08-09 22:15:05.000000000 +0200
+++ /var/tmp/diff_new_pack.KaKHlX/_new  2016-08-09 22:15:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Slurper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:           perl-File-Slurper
-Version:        0.008
+Version:        0.009
 Release:        0
 %define cpan_name File-Slurper
 Summary:        Simple, Sane and Efficient Module to Slurp a File
@@ -25,10 +25,12 @@
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/File-Slurper/
 Source0:        
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Warnings)
 Recommends:     perl(PerlIO::utf8_strict)
 %{perl_requires}
 
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ File-Slurper-0.008.tar.gz -> File-Slurper-0.009.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/Changes 
new/File-Slurper-0.009/Changes
--- old/File-Slurper-0.008/Changes      2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/Changes      2016-08-05 18:27:01.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for File-Slurper
 
+0.009     2016-08-05 18:26:58+02:00 Europe/Amsterdam
+          Load PerlIO::encoding before localizing $PerlIO::encoding::fallback
+
 0.008     2015-08-31 12:43:05+02:00 Europe/Amsterdam
           Impose scalar context on do/eval/require
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/INSTALL 
new/File-Slurper-0.009/INSTALL
--- old/File-Slurper-0.008/INSTALL      2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/INSTALL      2016-08-05 18:27:01.000000000 +0200
@@ -1,4 +1,3 @@
-
 This is the Perl distribution File-Slurper.
 
 Installing File-Slurper is straightforward.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/MANIFEST 
new/File-Slurper-0.009/MANIFEST
--- old/File-Slurper-0.008/MANIFEST     2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/MANIFEST     2016-08-05 18:27:01.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.005.
 Changes
 INSTALL
 LICENSE
@@ -13,6 +13,8 @@
 dist.ini
 lib/File/Slurper.pm
 t/10-basics.t
+t/20-no-side-effects.t
+t/data/cp1252.txt
 xt/author/00-compile.t
-xt/release/pod-coverage.t
-xt/release/pod-syntax.t
+xt/author/pod-coverage.t
+xt/author/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/META.json 
new/File-Slurper-0.009/META.json
--- old/File-Slurper-0.008/META.json    2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/META.json    2016-08-05 18:27:01.000000000 +0200
@@ -4,19 +4,23 @@
       "Leon Timmermans <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version 
2.143240",
+   "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 
2.150005",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "File-Slurper",
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "0"
+            "ExtUtils::MakeMaker" : "0",
+            "perl" : "5.008"
+         },
+         "suggests" : {
+            "JSON::PP" : "2.27300"
          }
       },
       "develop" : {
@@ -27,7 +31,9 @@
             "Pod::Coverage::TrustPod" : "0",
             "Test::More" : "0",
             "Test::Pod" : "1.41",
-            "Test::Pod::Coverage" : "1.08"
+            "Test::Pod::Coverage" : "1.08",
+            "blib" : "1.01",
+            "perl" : "5.006"
          }
       },
       "runtime" : {
@@ -36,7 +42,9 @@
          },
          "requires" : {
             "Carp" : "0",
+            "Encode" : "0",
             "Exporter" : "5.57",
+            "PerlIO::encoding" : "0",
             "constant" : "0",
             "perl" : "5.008",
             "strict" : "0",
@@ -47,14 +55,17 @@
          "requires" : {
             "File::Spec::Functions" : "0",
             "File::Temp" : "0",
-            "Test::More" : "0"
+            "FindBin" : "0",
+            "Test::More" : "0",
+            "Test::Warnings" : "0",
+            "perl" : "5.008"
          }
       }
    },
    "provides" : {
       "File::Slurper" : {
          "file" : "lib/File/Slurper.pm",
-         "version" : "0.008"
+         "version" : "0.009"
       }
    },
    "release_status" : "stable",
@@ -69,11 +80,12 @@
          "web" : "https://github.com/Leont/file-slurp-sane";
       }
    },
-   "version" : "0.008",
+   "version" : "0.009",
    "x_contributors" : [
       "Jim Davis <[email protected]>",
       "Leon Timmermans <[email protected]>",
-      "Olivier Mengué <[email protected]>"
+      "Olivier Mengu\u00e9 <[email protected]>",
+      "Philipp Gortan <[email protected]>"
    ]
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/META.yml 
new/File-Slurper-0.009/META.yml
--- old/File-Slurper-0.008/META.yml     2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/META.yml     2016-08-05 18:27:01.000000000 +0200
@@ -5,11 +5,15 @@
 build_requires:
   File::Spec::Functions: '0'
   File::Temp: '0'
+  FindBin: '0'
   Test::More: '0'
+  Test::Warnings: '0'
+  perl: '5.008'
 configure_requires:
   ExtUtils::MakeMaker: '0'
+  perl: '5.008'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,12 +22,14 @@
 provides:
   File::Slurper:
     file: lib/File/Slurper.pm
-    version: '0.008'
+    version: '0.009'
 recommends:
   PerlIO::utf8_strict: '0'
 requires:
   Carp: '0'
+  Encode: '0'
   Exporter: '5.57'
+  PerlIO::encoding: '0'
   constant: '0'
   perl: '5.008'
   strict: '0'
@@ -31,8 +37,9 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=File-Slurper
   repository: git://github.com/Leont/file-slurp-sane.git
-version: '0.008'
+version: '0.009'
 x_contributors:
   - 'Jim Davis <[email protected]>'
   - 'Leon Timmermans <[email protected]>'
   - 'Olivier Mengué <[email protected]>'
+  - 'Philipp Gortan <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/Makefile.PL 
new/File-Slurper-0.009/Makefile.PL
--- old/File-Slurper-0.008/Makefile.PL  2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/Makefile.PL  2016-08-05 18:27:01.000000000 +0200
@@ -1,5 +1,4 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.005.
 use strict;
 use warnings;
 
@@ -7,8 +6,6 @@
 
 use ExtUtils::MakeMaker;
 
-
-
 my %WriteMakefileArgs = (
   "ABSTRACT" => "A simple, sane and efficient module to slurp a file",
   "AUTHOR" => "Leon Timmermans <leont\@cpan.org>",
@@ -16,13 +13,14 @@
     "ExtUtils::MakeMaker" => 0
   },
   "DISTNAME" => "File-Slurper",
-  "EXE_FILES" => [],
   "LICENSE" => "perl",
   "MIN_PERL_VERSION" => "5.008",
   "NAME" => "File::Slurper",
   "PREREQ_PM" => {
     "Carp" => 0,
+    "Encode" => 0,
     "Exporter" => "5.57",
+    "PerlIO::encoding" => 0,
     "constant" => 0,
     "strict" => 0,
     "warnings" => 0
@@ -30,9 +28,11 @@
   "TEST_REQUIRES" => {
     "File::Spec::Functions" => 0,
     "File::Temp" => 0,
-    "Test::More" => 0
+    "FindBin" => 0,
+    "Test::More" => 0,
+    "Test::Warnings" => 0
   },
-  "VERSION" => "0.008",
+  "VERSION" => "0.009",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -41,11 +41,14 @@
 
 my %FallbackPrereqs = (
   "Carp" => 0,
+  "Encode" => 0,
   "Exporter" => "5.57",
-  "ExtUtils::MakeMaker" => 0,
   "File::Spec::Functions" => 0,
   "File::Temp" => 0,
+  "FindBin" => 0,
+  "PerlIO::encoding" => 0,
   "Test::More" => 0,
+  "Test::Warnings" => 0,
   "constant" => 0,
   "strict" => 0,
   "warnings" => 0
@@ -62,6 +65,3 @@
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/README 
new/File-Slurper-0.009/README
--- old/File-Slurper-0.008/README       2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/README       2016-08-05 18:27:01.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution File-Slurper,
-version 0.008:
+version 0.009:
 
   A simple, sane and efficient module to slurp a file
 
@@ -11,5 +11,5 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.025.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.005.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/dist.ini 
new/File-Slurper-0.009/dist.ini
--- old/File-Slurper-0.008/dist.ini     2015-08-31 12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/dist.ini     2016-08-05 18:27:01.000000000 +0200
@@ -10,3 +10,6 @@
 remove = PerlIO::utf8_strict
 [Prereqs / RuntimeRecommends]
 PerlIO::utf8_strict = 0
+[Encoding]
+encoding=cp1252
+filenames=t/data/cp1252.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/lib/File/Slurper.pm 
new/File-Slurper-0.009/lib/File/Slurper.pm
--- old/File-Slurper-0.008/lib/File/Slurper.pm  2015-08-31 12:43:13.000000000 
+0200
+++ new/File-Slurper-0.009/lib/File/Slurper.pm  2016-08-05 18:27:01.000000000 
+0200
@@ -1,10 +1,14 @@
 package File::Slurper;
-$File::Slurper::VERSION = '0.008';
+$File::Slurper::VERSION = '0.009';
 use strict;
 use warnings;
 
 use Carp 'croak';
 use Exporter 5.57 'import';
+
+use Encode qw(:fallbacks);
+use PerlIO::encoding;
+
 our @EXPORT_OK = qw/read_binary read_text read_lines write_binary write_text 
read_dir/;
 
 sub read_binary {
@@ -54,7 +58,7 @@
        my $layer = _text_layers($encoding, $crlf);
        return read_binary($filename) if $layer eq ':raw';
 
-       local $PerlIO::encoding::fallback = 1;
+       local $PerlIO::encoding::fallback = FB_CROAK;
        open my $fh, "<$layer", $filename or croak "Couldn't open $filename: 
$!";
        return do { local $/; <$fh> };
 }
@@ -64,7 +68,7 @@
        $encoding ||= 'utf-8';
        my $layer = _text_layers($encoding, $crlf);
 
-       local $PerlIO::encoding::fallback = 1;
+       local $PerlIO::encoding::fallback = FB_CROAK;
        open my $fh, ">$layer", $filename or croak "Couldn't open $filename: 
$!";
        print $fh $_[1] or croak "Couldn't write to $filename: $!";
        close $fh or croak "Couldn't write to $filename: $!";
@@ -80,7 +84,7 @@
        $encoding ||= 'utf-8';
        my $layer = _text_layers($encoding, $crlf);
 
-       local $PerlIO::encoding::fallback = 1;
+       local $PerlIO::encoding::fallback = FB_CROAK;
        open my $fh, "<$layer", $filename or croak "Couldn't open $filename: 
$!";
        return <$fh> if $skip_chomp;
        my @buf = <$fh>;
@@ -111,7 +115,7 @@
 
 =head1 VERSION
 
-version 0.008
+version 0.009
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/t/20-no-side-effects.t 
new/File-Slurper-0.009/t/20-no-side-effects.t
--- old/File-Slurper-0.008/t/20-no-side-effects.t       1970-01-01 
01:00:00.000000000 +0100
+++ new/File-Slurper-0.009/t/20-no-side-effects.t       2016-08-05 
18:27:01.000000000 +0200
@@ -0,0 +1,24 @@
+#! perl
+
+use strict;
+use warnings;
+
+use Test::More;
+use Test::Warnings;
+
+use File::Slurper 'read_text';
+use File::Spec::Functions 'catfile';
+use FindBin '$RealBin';
+use File::Temp 'tempfile';
+
+my $inputfile = catfile( $RealBin, 'data', 'cp1252.txt' );
+
+my $s = read_text( $inputfile, 'cp1252' );
+
+my ( $outfh, $outputfile ) = tempfile();
+binmode $outfh, ':encoding(utf8)';
+
+print $outfh "Snowman! \x{2603}\n";
+close $outfh;
+
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/t/data/cp1252.txt 
new/File-Slurper-0.009/t/data/cp1252.txt
--- old/File-Slurper-0.008/t/data/cp1252.txt    1970-01-01 01:00:00.000000000 
+0100
+++ new/File-Slurper-0.009/t/data/cp1252.txt    2016-08-05 18:27:01.000000000 
+0200
@@ -0,0 +1,50 @@
+latin1 test paragraph:
+~
+0x21 ! 0x22 " 0x23 # 0x24 $ 0x25 % 
+0x26 & 0x27 ' 0x28 ( 0x29 ) 0x2a * 
+0x2b + 0x2c , 0x2d - 0x2e . 0x2f / 
+0x30 0 0x31 1 0x32 2 0x33 3 0x34 4 
+0x35 5 0x36 6 0x37 7 0x38 8 0x39 9 
+0x3a : 0x3b ; 0x3c < 0x3d = 0x3e > 
+0x3f ? 0x40 @ 0x41 A 0x42 B 0x43 C 
+0x44 D 0x45 E 0x46 F 0x47 G 0x48 H 
+0x4a J 0x4b K 0x4c L 0x4d M 0x4e N 
+0x4f O 0x50 P 0x51 Q 0x52 R 0x53 S 
+0x54 T 0x55 U 0x56 V 0x57 W 0x58 X 
+0x59 Y 0x5a Z 0x5b [ 0x5c \ 0x5d ] 
+0x5e ^ 0x5f _ 0x60 ` 0x61 a 0x62 b 
+0x63 c 0x64 d 0x65 e 0x66 f 0x67 g 
+0x68 h 0x69 i 0x6a j 0x6b k 0x6c l 
+0x6d m 0x6e n 0x6f o 0x70 p 0x71 q 
+0x72 r 0x73 s 0x74 t 0x75 u 0x76 v 
+0x77 w 0x78 x 0x79 y 0x7a z 0x7b { 
+0x7c | 0x7d } 0x7e ~ 0xa0 � 0xa1 � 
+0xa2 � 0xa3 � 0xa4 � 0xa5 � 0xa6 � 
+0xa7 � 0xa8 � 0xa9 � 0xaa � 0xab � 
+0xac � 0xae � 0xaf � 0xb0 � 0xb1 � 
+0xb2 � 0xb3 � 0xb4 � 0xb5 � 0xb6 � 
+0xb7 � 0xb8 � 0xb9 � 0xba � 0xbb � 
+0xbc � 0xbd � 0xbe � 0xbf � 0xc0 � 
+0xc1 � 0xc2 � 0xc3 � 0xc4 � 0xc5 � 
+0xc6 � 0xc7 � 0xc8 � 0xc9 � 0xca � 
+0xcb � 0xcc � 0xcd � 0xce � 0xcf � 
+0xd0 � 0xd1 � 0xd2 � 0xd3 � 0xd4 � 
+0xd5 � 0xd6 � 0xd7 � 0xd8 � 0xd9 � 
+0xda � 0xdb � 0xdc � 0xdd � 0xde � 
+0xdf � 0xe0 � 0xe1 � 0xe2 � 0xe3 � 
+0xe4 � 0xe5 � 0xe6 � 0xe7 � 0xe8 � 
+0xe9 � 0xea � 0xeb � 0xec � 0xed � 
+0xee � 0xef � 0xf0 � 0xf1 � 0xf2 � 
+0xf3 � 0xf4 � 0xf5 � 0xf6 � 0xf7 � 
+0xf8 � 0xf9 � 0xfa � 0xfb � 0xfc � 
+0xfd � 0xfe � 0xff � 
+~
+cp1252 test paragraph:
+~
+0x80 � 0x82 � 0x83 � 0x84 � 0x85 � 
+0x86 � 0x87 � 0x88 � 0x89 � 0x8a � 
+0x8b � 0x8c � 0x8e � 0x91 � 0x92 � 
+0x93 � 0x94 � 0x95 � 0x96 � 0x97 � 
+0x98 � 0x99 � 0x9a � 0x9b � 0x9c � 
+0x9e � 0x9f � 
+~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/xt/author/00-compile.t 
new/File-Slurper-0.009/xt/author/00-compile.t
--- old/File-Slurper-0.008/xt/author/00-compile.t       2015-08-31 
12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/xt/author/00-compile.t       2016-08-05 
18:27:01.000000000 +0200
@@ -2,11 +2,11 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
 
 use Test::More;
 
-plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+plan tests => 2;
 
 my @module_files = (
     'File/Slurper.pm'
@@ -36,6 +36,9 @@
     waitpid($pid, 0);
     is($?, 0, "$lib loaded ok");
 
+    shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
+        and not eval { require blib; blib->VERSION('1.01') };
+
     if (@_warnings)
     {
         warn @_warnings;
@@ -46,6 +49,6 @@
 
 
 is(scalar(@warnings), 0, 'no warnings found')
-    or diag 'got warnings: ', ( Test::More->can('explain') ? 
Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if 
$ENV{AUTHOR_TESTING};
+    or diag 'got warnings: ', ( Test::More->can('explain') ? 
Test::More::explain(\@warnings) : join("\n", '', @warnings) );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/xt/author/pod-coverage.t 
new/File-Slurper-0.009/xt/author/pod-coverage.t
--- old/File-Slurper-0.008/xt/author/pod-coverage.t     1970-01-01 
01:00:00.000000000 +0100
+++ new/File-Slurper-0.009/xt/author/pod-coverage.t     2016-08-05 
18:27:01.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
+
+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/File-Slurper-0.008/xt/author/pod-syntax.t 
new/File-Slurper-0.009/xt/author/pod-syntax.t
--- old/File-Slurper-0.008/xt/author/pod-syntax.t       1970-01-01 
01:00:00.000000000 +0100
+++ new/File-Slurper-0.009/xt/author/pod-syntax.t       2016-08-05 
18:27:01.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/xt/release/pod-coverage.t 
new/File-Slurper-0.009/xt/release/pod-coverage.t
--- old/File-Slurper-0.008/xt/release/pod-coverage.t    2015-08-31 
12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/xt/release/pod-coverage.t    1970-01-01 
01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-#!perl
-# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
-
-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/File-Slurper-0.008/xt/release/pod-syntax.t 
new/File-Slurper-0.009/xt/release/pod-syntax.t
--- old/File-Slurper-0.008/xt/release/pod-syntax.t      2015-08-31 
12:43:13.000000000 +0200
+++ new/File-Slurper-0.009/xt/release/pod-syntax.t      1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to