Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-File-chdir for openSUSE:Factory 
checked in at 2021-01-22 21:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-chdir (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-chdir.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-chdir"

Fri Jan 22 21:49:48 2021 rev:12 rq:865017 version:0.1011

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-chdir/perl-File-chdir.changes  
2015-04-16 14:13:31.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-chdir.new.28504/perl-File-chdir.changes   
    2021-01-22 21:50:06.309660268 +0100
@@ -1,0 +2,11 @@
+Wed Jan 20 14:53:46 UTC 2021 - Stephan Kulow <co...@suse.com>
+
+- regenerate with uptodate cpanspec
+
+-------------------------------------------------------------------
+Mon Jan 18 22:26:15 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 0.1011:
+  * Fix POD typos 
+
+-------------------------------------------------------------------

Old:
----
  File-chdir-0.1010.tar.gz

New:
----
  File-chdir-0.1011.tar.gz

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

Other differences:
------------------
++++++ perl-File-chdir.spec ++++++
--- /var/tmp/diff_new_pack.TWF5py/_old  2021-01-22 21:50:07.081661363 +0100
+++ /var/tmp/diff_new_pack.TWF5py/_new  2021-01-22 21:50:07.085661368 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-chdir
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-File-chdir
-Version:        0.1010
+Version:        0.1011
 Release:        0
 %define cpan_name File-chdir
-Summary:        More Sensible Way to Change Directories
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        More sensible way to change directories
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/File-chdir/
-Source0:        
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -44,18 +44,17 @@
 This sucks.
 
 File::chdir gives you an alternative, '$CWD' and '@CWD'. These two
-variables combine all the power of 'chdir()', the File::Spec manpage and
-the Cwd manpage.
+variables combine all the power of 'chdir()', File::Spec and Cwd.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -64,6 +63,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.mkdn examples LICENSE README
+%doc Changes CONTRIBUTING.mkdn examples README
+%license LICENSE
 
 %changelog

++++++ File-chdir-0.1010.tar.gz -> File-chdir-0.1011.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/Changes 
new/File-chdir-0.1011/Changes
--- old/File-chdir-0.1010/Changes       2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/Changes       2016-10-07 16:23:22.000000000 +0200
@@ -1,5 +1,11 @@
 Changes for File-chdir
 
+0.1011    2016-10-07 10:23:15-04:00 America/New_York
+
+    [Documentation]
+
+    - Fixed POD typos
+
 0.1010    2015-02-05 10:04:27-05:00 America/New_York
 
     [Changed]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/LICENSE 
new/File-chdir-0.1011/LICENSE
--- old/File-chdir-0.1010/LICENSE       2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/LICENSE       2016-10-07 16:23:22.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2015 by Michael G. Schwern and David Golden.
+This software is copyright (c) 2016 by Michael G. Schwern and David Golden.
 
 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) 2015 by Michael G. Schwern and David Golden.
+This software is Copyright (c) 2016 by Michael G. Schwern and David Golden.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2015 by Michael G. Schwern and David Golden.
+This software is Copyright (c) 2016 by Michael G. Schwern and David Golden.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/MANIFEST 
new/File-chdir-0.1011/MANIFEST
--- old/File-chdir-0.1010/MANIFEST      2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/MANIFEST      2016-10-07 16:23:22.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.031.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
 CONTRIBUTING.mkdn
 Changes
 LICENSE
@@ -23,10 +23,10 @@
 t/var.t
 xt/author/00-compile.t
 xt/author/critic.t
+xt/author/pod-coverage.t
 xt/author/pod-spell.t
+xt/author/pod-syntax.t
+xt/author/portability.t
+xt/author/test-version.t
 xt/release/distmeta.t
 xt/release/minimum-version.t
-xt/release/pod-coverage.t
-xt/release/pod-syntax.t
-xt/release/portability.t
-xt/release/test-version.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/META.json 
new/File-chdir-0.1011/META.json
--- old/File-chdir-0.1010/META.json     2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/META.json     2016-10-07 16:23:22.000000000 +0200
@@ -5,21 +5,21 @@
       "Michael G. Schwern <schw...@pobox.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 
2.143240",
+   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "File-chdir",
    "no_index" : {
       "directory" : [
-         "t",
-         "xt",
+         "corpus",
          "examples",
-         "corpus"
+         "t",
+         "xt"
       ],
       "package" : [
          "DB"
@@ -36,17 +36,24 @@
          "requires" : {
             "Dist::Zilla" : "5",
             "Dist::Zilla::PluginBundle::DAGOLDEN" : "0.072",
+            "English" : "0",
             "File::Spec" : "0",
             "File::Temp" : "0",
             "IO::Handle" : "0",
             "IPC::Open3" : "0",
             "Pod::Coverage::TrustPod" : "0",
+            "Pod::Wordlist" : "0",
+            "Software::License::Perl_5" : "0",
             "Test::CPAN::Meta" : "0",
             "Test::More" : "0",
             "Test::Pod" : "1.41",
             "Test::Pod::Coverage" : "1.08",
+            "Test::Portability::Files" : "0",
             "Test::Spelling" : "0.12",
-            "Test::Version" : "1"
+            "Test::Version" : "1",
+            "blib" : "1.01",
+            "perl" : "5.006",
+            "warnings" : "0"
          }
       },
       "runtime" : {
@@ -76,15 +83,15 @@
    "provides" : {
       "File::chdir" : {
          "file" : "lib/File/chdir.pm",
-         "version" : "0.1010"
+         "version" : "0.1011"
       },
       "File::chdir::ARRAY" : {
          "file" : "lib/File/chdir.pm",
-         "version" : "0.1010"
+         "version" : "0.1011"
       },
       "File::chdir::SCALAR" : {
          "file" : "lib/File/chdir.pm",
-         "version" : "0.1010"
+         "version" : "0.1011"
       }
    },
    "release_status" : "stable",
@@ -99,10 +106,13 @@
          "web" : "https://github.com/dagolden/File-chdir";
       }
    },
-   "version" : "0.1010",
+   "version" : "0.1011",
    "x_authority" : "cpan:DAGOLDEN",
    "x_contributors" : [
-      "Joel Berger <joel.a.ber...@gmail.com>"
-   ]
+      "David Golden <x...@xdg.me>",
+      "Joel Berger <joel.a.ber...@gmail.com>",
+      "Philippe Bruhat (BooK) <b...@cpan.org>"
+   ],
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/META.yml 
new/File-chdir-0.1011/META.yml
--- old/File-chdir-0.1010/META.yml      2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/META.yml      2016-10-07 16:23:22.000000000 +0200
@@ -13,7 +13,7 @@
   ExtUtils::MakeMaker: '6.17'
   perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,22 +21,22 @@
 name: File-chdir
 no_index:
   directory:
+    - corpus
+    - examples
     - t
     - xt
-    - examples
-    - corpus
   package:
     - DB
 provides:
   File::chdir:
     file: lib/File/chdir.pm
-    version: '0.1010'
+    version: '0.1011'
   File::chdir::ARRAY:
     file: lib/File/chdir.pm
-    version: '0.1010'
+    version: '0.1011'
   File::chdir::SCALAR:
     file: lib/File/chdir.pm
-    version: '0.1010'
+    version: '0.1011'
 requires:
   Carp: '0'
   Cwd: '3.16'
@@ -49,7 +49,10 @@
   bugtracker: https://github.com/dagolden/File-chdir/issues
   homepage: https://github.com/dagolden/File-chdir
   repository: https://github.com/dagolden/File-chdir.git
-version: '0.1010'
+version: '0.1011'
 x_authority: cpan:DAGOLDEN
 x_contributors:
+  - 'David Golden <x...@xdg.me>'
   - 'Joel Berger <joel.a.ber...@gmail.com>'
+  - 'Philippe Bruhat (BooK) <b...@cpan.org>'
+x_serialization_backend: 'YAML::Tiny version 1.69'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/Makefile.PL 
new/File-chdir-0.1011/Makefile.PL
--- old/File-chdir-0.1010/Makefile.PL   2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/Makefile.PL   2016-10-07 16:23:22.000000000 +0200
@@ -1,5 +1,4 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.031.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.008.
 use strict;
 use warnings;
 
@@ -7,8 +6,6 @@
 
 use ExtUtils::MakeMaker 6.17;
 
-
-
 my %WriteMakefileArgs = (
   "ABSTRACT" => "a more sensible way to change directories",
   "AUTHOR" => "David Golden <dagolden\@cpan.org>, Michael G. Schwern 
<schwern\@pobox.com>",
@@ -16,7 +13,6 @@
     "ExtUtils::MakeMaker" => "6.17"
   },
   "DISTNAME" => "File-chdir",
-  "EXE_FILES" => [],
   "LICENSE" => "perl",
   "MIN_PERL_VERSION" => "5.006",
   "NAME" => "File::chdir",
@@ -34,7 +30,7 @@
     "Test::More" => 0,
     "warnings" => 0
   },
-  "VERSION" => "0.1010",
+  "VERSION" => "0.1011",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -45,7 +41,7 @@
   "Carp" => 0,
   "Cwd" => "3.16",
   "Exporter" => 0,
-  "ExtUtils::MakeMaker" => "6.17",
+  "ExtUtils::MakeMaker" => 0,
   "File::Spec" => 0,
   "File::Spec::Functions" => "3.27",
   "Test::More" => 0,
@@ -65,6 +61,3 @@
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/README new/File-chdir-0.1011/README
--- old/File-chdir-0.1010/README        2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/README        2016-10-07 16:23:22.000000000 +0200
@@ -2,7 +2,7 @@
     File::chdir - a more sensible way to change directories
 
 VERSION
-    version 0.1010
+    version 0.1011
 
 SYNOPSIS
       use File::chdir;
@@ -50,7 +50,7 @@
     @CWD represents the current working directory as an array, each
     directory in the path is an element of the array. This can often make
     the directory easier to manipulate, and you don't have to fumble with
-    "File::Spec-"splitpath> and "File::Spec-"catdir> to make portable code.
+    "File::Spec->splitpath" and "File::Spec->catdir" to make portable code.
 
       # Similar to chdir("/usr/local/src/perl")
       @CWD = qw(usr local src perl);
@@ -150,9 +150,9 @@
     There is currently no way to change the current volume via File::chdir.
 
 NOTES
-    $CWD returns the current directory using native path separators, i.e. \
-    on Win32. This ensures that $CWD will compare correctly with directories
-    created using File::Spec. For example:
+    $CWD returns the current directory using native path separators, i.e.
+    "\" on Win32. This ensures that $CWD will compare correctly with
+    directories created using File::Spec. For example:
 
         my $working_dir = File::Spec->catdir( $CWD, "foo" );
         $CWD = $working_dir;
@@ -215,11 +215,15 @@
 
     *   Michael G. Schwern <schw...@pobox.com>
 
-CONTRIBUTOR
-    Joel Berger <joel.a.ber...@gmail.com>
+CONTRIBUTORS
+    *   David Golden <x...@xdg.me>
+
+    *   Joel Berger <joel.a.ber...@gmail.com>
+
+    *   Philippe Bruhat (BooK) <b...@cpan.org>
 
 COPYRIGHT AND LICENSE
-    This software is copyright (c) 2015 by Michael G. Schwern and David
+    This software is copyright (c) 2016 by Michael G. Schwern and David
     Golden.
 
     This is free software; you can redistribute it and/or modify it under
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/cpanfile 
new/File-chdir-0.1011/cpanfile
--- old/File-chdir-0.1010/cpanfile      2015-02-05 16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/cpanfile      2016-10-07 16:23:22.000000000 +0200
@@ -26,15 +26,22 @@
 on 'develop' => sub {
   requires "Dist::Zilla" => "5";
   requires "Dist::Zilla::PluginBundle::DAGOLDEN" => "0.072";
+  requires "English" => "0";
   requires "File::Spec" => "0";
   requires "File::Temp" => "0";
   requires "IO::Handle" => "0";
   requires "IPC::Open3" => "0";
   requires "Pod::Coverage::TrustPod" => "0";
+  requires "Pod::Wordlist" => "0";
+  requires "Software::License::Perl_5" => "0";
   requires "Test::CPAN::Meta" => "0";
   requires "Test::More" => "0";
   requires "Test::Pod" => "1.41";
   requires "Test::Pod::Coverage" => "1.08";
+  requires "Test::Portability::Files" => "0";
   requires "Test::Spelling" => "0.12";
   requires "Test::Version" => "1";
+  requires "blib" => "1.01";
+  requires "perl" => "5.006";
+  requires "warnings" => "0";
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/lib/File/chdir.pm 
new/File-chdir-0.1011/lib/File/chdir.pm
--- old/File-chdir-0.1010/lib/File/chdir.pm     2015-02-05 16:04:31.000000000 
+0100
+++ new/File-chdir-0.1011/lib/File/chdir.pm     2016-10-07 16:23:22.000000000 
+0200
@@ -4,7 +4,7 @@
 use vars qw($VERSION @ISA @EXPORT $CWD @CWD);
 # ABSTRACT: a more sensible way to change directories
 
-our $VERSION = '0.1010';
+our $VERSION = '0.1011';
 
 require Exporter;
 @ISA = qw(Exporter);
@@ -205,7 +205,7 @@
 
 =head1 VERSION
 
-version 0.1010
+version 0.1011
 
 =head1 SYNOPSIS
 
@@ -257,7 +257,7 @@
 C<@CWD> represents the current working directory as an array, each
 directory in the path is an element of the array.  This can often make
 the directory easier to manipulate, and you don't have to fumble with
-C<File::Spec->splitpath> and C<File::Spec->catdir> to make portable code.
+C<< File::Spec->splitpath >> and C<< File::Spec->catdir >> to make portable 
code.
 
   # Similar to chdir("/usr/local/src/perl")
   @CWD = qw(usr local src perl);
@@ -362,7 +362,7 @@
 
 =head1 NOTES
 
-C<$CWD> returns the current directory using native path separators, i.e. \
+C<$CWD> returns the current directory using native path separators, i.e. C<\>
 on Win32.  This ensures that C<$CWD> will compare correctly with directories
 created using File::Spec.  For example:
 
@@ -444,15 +444,29 @@
 
 =back
 
-=head1 CONTRIBUTOR
+=head1 CONTRIBUTORS
 
-=for stopwords Joel Berger
+=for stopwords David Golden Joel Berger Philippe Bruhat (BooK)
+
+=over 4
+
+=item *
+
+David Golden <x...@xdg.me>
+
+=item *
 
 Joel Berger <joel.a.ber...@gmail.com>
 
+=item *
+
+Philippe Bruhat (BooK) <b...@cpan.org>
+
+=back
+
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2015 by Michael G. Schwern and David Golden.
+This software is copyright (c) 2016 by Michael G. Schwern and David Golden.
 
 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/File-chdir-0.1010/t/00-report-prereqs.dd 
new/File-chdir-0.1011/t/00-report-prereqs.dd
--- old/File-chdir-0.1010/t/00-report-prereqs.dd        2015-02-05 
16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/t/00-report-prereqs.dd        2016-10-07 
16:23:22.000000000 +0200
@@ -9,17 +9,24 @@
                       'requires' => {
                                       'Dist::Zilla' => '5',
                                       'Dist::Zilla::PluginBundle::DAGOLDEN' => 
'0.072',
+                                      'English' => '0',
                                       'File::Spec' => '0',
                                       'File::Temp' => '0',
                                       'IO::Handle' => '0',
                                       'IPC::Open3' => '0',
                                       'Pod::Coverage::TrustPod' => '0',
+                                      'Pod::Wordlist' => '0',
+                                      'Software::License::Perl_5' => '0',
                                       'Test::CPAN::Meta' => '0',
                                       'Test::More' => '0',
                                       'Test::Pod' => '1.41',
                                       'Test::Pod::Coverage' => '1.08',
+                                      'Test::Portability::Files' => '0',
                                       'Test::Spelling' => '0.12',
-                                      'Test::Version' => '1'
+                                      'Test::Version' => '1',
+                                      'blib' => '1.01',
+                                      'perl' => '5.006',
+                                      'warnings' => '0'
                                     }
                     },
        'runtime' => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/t/00-report-prereqs.t 
new/File-chdir-0.1011/t/00-report-prereqs.t
--- old/File-chdir-0.1010/t/00-report-prereqs.t 2015-02-05 16:04:31.000000000 
+0100
+++ new/File-chdir-0.1011/t/00-report-prereqs.t 2016-10-07 16:23:22.000000000 
+0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.020
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025
 
 use Test::More tests => 1;
 
@@ -78,10 +78,10 @@
 
 # Add dynamic prereqs to the included modules list (if we can)
 my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
-if ( $source && $HAS_CPAN_META ) {
-    if ( my $meta = eval { CPAN::Meta->load_file($source) } ) {
-        $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
-    }
+if ( $source && $HAS_CPAN_META
+    && (my $meta = eval { CPAN::Meta->load_file($source) } )
+) {
+    $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
 }
 else {
     $source = 'static metadata';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/xt/author/00-compile.t 
new/File-chdir-0.1011/xt/author/00-compile.t
--- old/File-chdir-0.1010/xt/author/00-compile.t        2015-02-05 
16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/xt/author/00-compile.t        2016-10-07 
16:23:22.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/chdir.pm'
@@ -39,6 +39,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;
@@ -49,6 +52,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-chdir-0.1010/xt/author/pod-coverage.t 
new/File-chdir-0.1011/xt/author/pod-coverage.t
--- old/File-chdir-0.1010/xt/author/pod-coverage.t      1970-01-01 
01:00:00.000000000 +0100
+++ new/File-chdir-0.1011/xt/author/pod-coverage.t      2016-10-07 
16:23:22.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-chdir-0.1010/xt/author/pod-spell.t 
new/File-chdir-0.1011/xt/author/pod-spell.t
--- old/File-chdir-0.1010/xt/author/pod-spell.t 2015-02-05 16:04:31.000000000 
+0100
+++ new/File-chdir-0.1011/xt/author/pod-spell.t 2016-10-07 16:23:22.000000000 
+0200
@@ -2,25 +2,30 @@
 use warnings;
 use Test::More;
 
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006008
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007003
 use Test::Spelling 0.12;
 use Pod::Wordlist;
 
 
 add_stopwords(<DATA>);
-all_pod_files_spelling_ok( qw( bin lib  ) );
+all_pod_files_spelling_ok( qw( bin lib ) );
 __DATA__
-Warnock
+Berger
+BooK
+Bruhat
 David
+File
 Golden
-dagolden
+Joel
 Michael
+Philippe
 Schwern
-schwern
+Warnock
 and
-Joel
-Berger
+book
+chdir
+dagolden
 joel
 lib
-File
-chdir
+schwern
+xdg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/xt/author/pod-syntax.t 
new/File-chdir-0.1011/xt/author/pod-syntax.t
--- old/File-chdir-0.1010/xt/author/pod-syntax.t        1970-01-01 
01:00:00.000000000 +0100
+++ new/File-chdir-0.1011/xt/author/pod-syntax.t        2016-10-07 
16:23:22.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-chdir-0.1010/xt/author/portability.t 
new/File-chdir-0.1011/xt/author/portability.t
--- old/File-chdir-0.1010/xt/author/portability.t       1970-01-01 
01:00:00.000000000 +0100
+++ new/File-chdir-0.1011/xt/author/portability.t       2016-10-07 
16:23:22.000000000 +0200
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use Test::More;
+
+eval 'use Test::Portability::Files';
+plan skip_all => 'Test::Portability::Files required for testing portability'
+    if $@;
+options(test_one_dot => 0);
+run_tests();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/xt/author/test-version.t 
new/File-chdir-0.1011/xt/author/test-version.t
--- old/File-chdir-0.1010/xt/author/test-version.t      1970-01-01 
01:00:00.000000000 +0100
+++ new/File-chdir-0.1011/xt/author/test-version.t      2016-10-07 
16:23:22.000000000 +0200
@@ -0,0 +1,23 @@
+use strict;
+use warnings;
+use Test::More;
+
+# generated by Dist::Zilla::Plugin::Test::Version 1.09
+use Test::Version;
+
+my @imports = qw( version_all_ok );
+
+my $params = {
+    is_strict      => 0,
+    has_version    => 1,
+    multiple       => 0,
+
+};
+
+push @imports, $params
+    if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
+
+Test::Version->import(@imports);
+
+version_all_ok;
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/xt/release/pod-coverage.t 
new/File-chdir-0.1011/xt/release/pod-coverage.t
--- old/File-chdir-0.1010/xt/release/pod-coverage.t     2015-02-05 
16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/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-chdir-0.1010/xt/release/pod-syntax.t 
new/File-chdir-0.1011/xt/release/pod-syntax.t
--- old/File-chdir-0.1010/xt/release/pod-syntax.t       2015-02-05 
16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/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();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/xt/release/portability.t 
new/File-chdir-0.1011/xt/release/portability.t
--- old/File-chdir-0.1010/xt/release/portability.t      2015-02-05 
16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/xt/release/portability.t      1970-01-01 
01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
-#!perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-eval 'use Test::Portability::Files';
-plan skip_all => 'Test::Portability::Files required for testing portability'
-    if $@;
-options(test_one_dot => 0);
-run_tests();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-chdir-0.1010/xt/release/test-version.t 
new/File-chdir-0.1011/xt/release/test-version.t
--- old/File-chdir-0.1010/xt/release/test-version.t     2015-02-05 
16:04:31.000000000 +0100
+++ new/File-chdir-0.1011/xt/release/test-version.t     1970-01-01 
01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-
-# generated by Dist::Zilla::Plugin::Test::Version 0.003001
-use Test::Version;
-
-my @imports = ( 'version_all_ok' );
-
-my $params = {
-    is_strict   => 0,
-    has_version => 1,
-};
-
-push @imports, $params
-    if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
-
-
-Test::Version->import(@imports);
-
-version_all_ok;
-done_testing;

Reply via email to