Hello community,

here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory 
checked in at 2015-11-22 11:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Path-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Path-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes    
2015-07-22 09:19:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes       
2015-11-22 11:02:46.000000000 +0100
@@ -1,0 +2,31 @@
+Thu Nov 19 10:11:53 UTC 2015 - [email protected]
+
+- updated to 0.076
+   see /usr/share/doc/packages/perl-Path-Tiny/Changes
+
+  0.076     2015-11-16 10:47:24-05:00 America/New_York
+  
+      - no changes from 0.075
+  
+  0.075     2015-11-15 21:02:18-05:00 America/New_York (TRIAL RELEASE)
+  
+      [FIXED]
+  
+      - Tilde expansion on Windows was resulting in backslashes.  Now they
+        are correctly normalized to forward slashes.
+  
+      [DOCS]
+  
+      - Typos fixed
+  
+  0.073     2015-10-30 10:36:18-04:00 America/New_York (TRIAL RELEASE)
+  
+      [FIXED]
+  
+      - Fixed spewing to a symlink that crosses a filesystem boundary
+  
+      [PREREQS]
+  
+      - Add Test::MockRandom to META as an recommended test prerequisite.
+
+-------------------------------------------------------------------

Old:
----
  Path-Tiny-0.072.tar.gz

New:
----
  Path-Tiny-0.076.tar.gz

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

Other differences:
------------------
++++++ perl-Path-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.rxT8R7/_old  2015-11-22 11:02:47.000000000 +0100
+++ /var/tmp/diff_new_pack.rxT8R7/_new  2015-11-22 11:02:47.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Path-Tiny
-Version:        0.072
+Version:        0.076
 Release:        0
 %define cpan_name Path-Tiny
 Summary:        File path utility
@@ -31,23 +31,23 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Digest::SHA) >= 5.45
-BuildRequires:  perl(File::Path) >= 2.07
+BuildRequires:  perl(File::Path) >= 2.070000
 BuildRequires:  perl(File::Spec) >= 3.40
 BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:       perl(Digest::SHA) >= 5.45
-Requires:       perl(File::Path) >= 2.07
+Requires:       perl(File::Path) >= 2.070000
 Requires:       perl(File::Spec) >= 3.40
 Requires:       perl(File::Temp) >= 0.19
 Recommends:     perl(Unicode::UTF8) >= 0.58
 %{perl_requires}
 
 %description
-This module provide a small, fast utility for working with file paths. It
-is friendlier to use than the File::Spec manpage and provides easy access
-to functions from several other core file handling modules. It aims to be
-smaller and faster than many alternatives on CPAN while helping people do
-many common things in consistent and less error-prone ways.
+This module provides a small, fast utility for working with file paths. It
+is friendlier to use than File::Spec and provides easy access to functions
+from several other core file handling modules. It aims to be smaller and
+faster than many alternatives on CPAN, while helping people do many common
+things in consistent and less error-prone ways.
 
 Path::Tiny does not try to work for anything except Unix-like and Win32
 platforms. Even then, it might break if you try something particularly
@@ -62,8 +62,11 @@
 
 The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw
 mode. On Windows, that means they will not have CRLF translation from the
-':crlf' IO layer. Installing the Unicode::UTF8 manpage 0.58 or later will
-speed up '*_utf8' situations in many cases and is highly recommended.
+':crlf' IO layer. Installing Unicode::UTF8 0.58 or later will speed up
+'*_utf8' situations in many cases and is highly recommended.
+
+This module depends heavily on PerlIO layers for correct operation and thus
+requires Perl 5.008001 or later.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++++++ Path-Tiny-0.072.tar.gz -> Path-Tiny-0.076.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/Changes new/Path-Tiny-0.076/Changes
--- old/Path-Tiny-0.072/Changes 2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/Changes 2015-11-16 16:47:43.000000000 +0100
@@ -1,5 +1,30 @@
 Revision history for Path-Tiny
 
+0.076     2015-11-16 10:47:24-05:00 America/New_York
+
+    - no changes from 0.075
+
+0.075     2015-11-15 21:02:18-05:00 America/New_York (TRIAL RELEASE)
+
+    [FIXED]
+
+    - Tilde expansion on Windows was resulting in backslashes.  Now they
+      are correctly normalized to forward slashes.
+
+    [DOCS]
+
+    - Typos fixed
+
+0.073     2015-10-30 10:36:18-04:00 America/New_York (TRIAL RELEASE)
+
+    [FIXED]
+
+    - Fixed spewing to a symlink that crosses a filesystem boundary
+
+    [PREREQS]
+
+    - Add Test::MockRandom to META as an recommended test prerequisite.
+
 0.072     2015-07-20 16:07:20-04:00 America/New_York
 
     - No changes from 0.071
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/MANIFEST new/Path-Tiny-0.076/MANIFEST
--- old/Path-Tiny-0.072/MANIFEST        2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/MANIFEST        2015-11-16 16:47:43.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.041.
 CONTRIBUTING.mkdn
 Changes
 LICENSE
@@ -42,10 +42,10 @@
 tidyall.ini
 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/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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/META.json 
new/Path-Tiny-0.076/META.json
--- old/Path-Tiny-0.072/META.json       2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/META.json       2015-11-16 16:47:43.000000000 +0100
@@ -4,7 +4,7 @@
       "David Golden <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 
2.150001",
    "license" : [
       "apache_2_0"
    ],
@@ -15,10 +15,10 @@
    "name" : "Path-Tiny",
    "no_index" : {
       "directory" : [
-         "t",
-         "xt",
+         "corpus",
          "examples",
-         "corpus"
+         "t",
+         "xt"
       ],
       "package" : [
          "DB",
@@ -40,17 +40,21 @@
             "Dist::Zilla::Plugin::Prereqs" : "0",
             "Dist::Zilla::Plugin::RemovePrereqs" : "0",
             "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::Apache_2_0" : "0",
             "Test::CPAN::Meta" : "0",
             "Test::More" : "0",
             "Test::Pod" : "1.41",
             "Test::Pod::Coverage" : "1.08",
             "Test::Spelling" : "0.12",
-            "Test::Version" : "1"
+            "Test::Version" : "1",
+            "blib" : "1.01"
          }
       },
       "runtime" : {
@@ -81,7 +85,8 @@
       "test" : {
          "recommends" : {
             "CPAN::Meta" : "2.120900",
-            "Test::FailWarnings" : "0"
+            "Test::FailWarnings" : "0",
+            "Test::MockRandom" : "0"
          },
          "requires" : {
             "ExtUtils::MakeMaker" : "0",
@@ -100,11 +105,11 @@
    "provides" : {
       "Path::Tiny" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.072"
+         "version" : "0.076"
       },
       "Path::Tiny::Error" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.072"
+         "version" : "0.076"
       }
    },
    "release_status" : "stable",
@@ -119,11 +124,12 @@
          "web" : "https://github.com/dagolden/Path-Tiny";
       }
    },
-   "version" : "0.072",
+   "version" : "0.076",
    "x_authority" : "cpan:DAGOLDEN",
    "x_contributors" : [
       "Alex Efros <[email protected]>",
       "Chris Williams <[email protected]>",
+      "David Golden <[email protected]>",
       "David Steinbrunner <[email protected]>",
       "Doug Bell <[email protected]>",
       "Gabor Szabo <[email protected]>",
@@ -134,11 +140,13 @@
       "Graham Knop <[email protected]>",
       "James Hunt <[email protected]>",
       "Karen Etheridge <[email protected]>",
+      "Mark Ellis <[email protected]>",
       "Martin Kjeldsen <[email protected]>",
       "Michael G. Schwern <[email protected]>",
       "Philippe Bruhat (BooK) <[email protected]>",
       "Regina Verbae <[email protected]>",
-      "regina-verbae <[email protected]>",
+      "Roy Ivy III <[email protected]>",
+      "Shlomi Fish <[email protected]>",
       "Smylers <[email protected]>",
       "Tatsuhiko Miyagawa <[email protected]>",
       "Toby Inkster <[email protected]>",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/META.yml new/Path-Tiny-0.076/META.yml
--- old/Path-Tiny-0.072/META.yml        2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/META.yml        2015-11-16 16:47:43.000000000 +0100
@@ -17,7 +17,7 @@
   ExtUtils::MakeMaker: '6.17'
   perl: '5.008001'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 5.041, CPAN::Meta::Converter version 
2.150001'
 license: apache
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,20 +25,20 @@
 name: Path-Tiny
 no_index:
   directory:
+    - corpus
+    - examples
     - t
     - xt
-    - examples
-    - corpus
   package:
     - DB
     - flock
 provides:
   Path::Tiny:
     file: lib/Path/Tiny.pm
-    version: '0.072'
+    version: '0.076'
   Path::Tiny::Error:
     file: lib/Path/Tiny.pm
-    version: '0.072'
+    version: '0.076'
 recommends:
   Unicode::UTF8: '0.58'
 requires:
@@ -64,11 +64,12 @@
   bugtracker: https://github.com/dagolden/Path-Tiny/issues
   homepage: https://github.com/dagolden/Path-Tiny
   repository: https://github.com/dagolden/Path-Tiny.git
-version: '0.072'
+version: '0.076'
 x_authority: cpan:DAGOLDEN
 x_contributors:
   - 'Alex Efros <[email protected]>'
   - 'Chris Williams <[email protected]>'
+  - 'David Golden <[email protected]>'
   - 'David Steinbrunner <[email protected]>'
   - 'Doug Bell <[email protected]>'
   - 'Gabor Szabo <[email protected]>'
@@ -79,11 +80,13 @@
   - 'Graham Knop <[email protected]>'
   - 'James Hunt <[email protected]>'
   - 'Karen Etheridge <[email protected]>'
+  - 'Mark Ellis <[email protected]>'
   - 'Martin Kjeldsen <[email protected]>'
   - 'Michael G. Schwern <[email protected]>'
   - 'Philippe Bruhat (BooK) <[email protected]>'
   - 'Regina Verbae <[email protected]>'
-  - 'regina-verbae <[email protected]>'
+  - 'Roy Ivy III <[email protected]>'
+  - 'Shlomi Fish <[email protected]>'
   - 'Smylers <[email protected]>'
   - 'Tatsuhiko Miyagawa <[email protected]>'
   - 'Toby Inkster <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/Makefile.PL 
new/Path-Tiny-0.076/Makefile.PL
--- old/Path-Tiny-0.072/Makefile.PL     2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/Makefile.PL     2015-11-16 16:47:43.000000000 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.037.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.041.
 use strict;
 use warnings;
 
@@ -13,7 +13,6 @@
     "ExtUtils::MakeMaker" => "6.17"
   },
   "DISTNAME" => "Path-Tiny",
-  "EXE_FILES" => [],
   "LICENSE" => "apache",
   "MIN_PERL_VERSION" => "5.008001",
   "NAME" => "Path::Tiny",
@@ -47,7 +46,7 @@
     "lib" => 0,
     "open" => 0
   },
-  "VERSION" => "0.072",
+  "VERSION" => "0.076",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -60,7 +59,7 @@
   "Digest" => "1.03",
   "Digest::SHA" => "5.45",
   "Exporter" => "5.57",
-  "ExtUtils::MakeMaker" => "6.17",
+  "ExtUtils::MakeMaker" => 0,
   "Fcntl" => 0,
   "File::Basename" => 0,
   "File::Copy" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/README new/Path-Tiny-0.076/README
--- old/Path-Tiny-0.072/README  2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/README  2015-11-16 16:47:43.000000000 +0100
@@ -2,7 +2,7 @@
     Path::Tiny - File path utility
 
 VERSION
-    version 0.072
+    version 0.076
 
 SYNOPSIS
       use Path::Tiny;
@@ -44,10 +44,10 @@
       while ( my $next = $iter->() ) { ... }
 
 DESCRIPTION
-    This module provide a small, fast utility for working with file paths.
+    This module provides a small, fast utility for working with file paths.
     It is friendlier to use than File::Spec and provides easy access to
     functions from several other core file handling modules. It aims to be
-    smaller and faster than many alternatives on CPAN while helping people
+    smaller and faster than many alternatives on CPAN, while helping people
     do many common things in consistent and less error-prone ways.
 
     Path::Tiny does not try to work for anything except Unix-like and Win32
@@ -66,6 +66,9 @@
     the ":crlf" IO layer. Installing Unicode::UTF8 0.58 or later will speed
     up *_utf8 situations in many cases and is highly recommended.
 
+    This module depends heavily on PerlIO layers for correct operation and
+    thus requires Perl 5.008001 or later.
+
 CONSTRUCTORS
   path
         $path = path("foo/bar");
@@ -921,6 +924,8 @@
 
     *   Chris Williams <[email protected]>
 
+    *   David Golden <[email protected]>
+
     *   David Steinbrunner <[email protected]>
 
     *   Doug Bell <[email protected]>
@@ -941,6 +946,8 @@
 
     *   Karen Etheridge <[email protected]>
 
+    *   Mark Ellis <[email protected]>
+
     *   Martin Kjeldsen <[email protected]>
 
     *   Michael G. Schwern <[email protected]>
@@ -949,7 +956,9 @@
 
     *   Regina Verbae <[email protected]>
 
-    *   regina-verbae <[email protected]>
+    *   Roy Ivy III <[email protected]>
+
+    *   Shlomi Fish <[email protected]>
 
     *   Smylers <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/cpanfile new/Path-Tiny-0.076/cpanfile
--- old/Path-Tiny-0.072/cpanfile        2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/cpanfile        2015-11-16 16:47:43.000000000 +0100
@@ -34,6 +34,7 @@
 on 'test' => sub {
   recommends "CPAN::Meta" => "2.120900";
   recommends "Test::FailWarnings" => "0";
+  recommends "Test::MockRandom" => "0";
 };
 
 on 'configure' => sub {
@@ -48,15 +49,19 @@
   requires "Dist::Zilla::Plugin::Prereqs" => "0";
   requires "Dist::Zilla::Plugin::RemovePrereqs" => "0";
   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::Apache_2_0" => "0";
   requires "Test::CPAN::Meta" => "0";
   requires "Test::More" => "0";
   requires "Test::Pod" => "1.41";
   requires "Test::Pod::Coverage" => "1.08";
   requires "Test::Spelling" => "0.12";
   requires "Test::Version" => "1";
+  requires "blib" => "1.01";
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/dist.ini new/Path-Tiny-0.076/dist.ini
--- old/Path-Tiny-0.072/dist.ini        2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/dist.ini        2015-11-16 16:47:43.000000000 +0100
@@ -52,6 +52,7 @@
 
 [Prereqs / TestRecommends]
 Test::FailWarnings = 0
+Test::MockRandom = 0
 
 [OnlyCorePrereqs]
 starting_version = current
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/lib/Path/Tiny.pm 
new/Path-Tiny-0.076/lib/Path/Tiny.pm
--- old/Path-Tiny-0.072/lib/Path/Tiny.pm        2015-07-20 22:07:40.000000000 
+0200
+++ new/Path-Tiny-0.076/lib/Path/Tiny.pm        2015-11-16 16:47:43.000000000 
+0100
@@ -5,7 +5,7 @@
 package Path::Tiny;
 # ABSTRACT: File path utility
 
-our $VERSION = '0.072'; # from Path-Tiny-0.072.tar.gz
+our $VERSION = '0.076';
 
 # Dependencies
 use Config;
@@ -237,6 +237,7 @@
     if ( $path =~ m{^(~[^/]*).*} ) {
         require File::Glob;
         my ($homedir) = File::Glob::bsd_glob($1);
+        $homedir =~ tr[\\][/] if IS_WIN32();
         $path =~ s{^(~[^/]*)}{$homedir};
     }
 
@@ -1499,15 +1500,17 @@
     my $binmode = $args->{binmode};
     # get default binmode from caller's lexical scope (see "perldoc open")
     $binmode = ( ( caller(0) )[10] || {} )->{'open>'} unless defined $binmode;
-    my $temp = path( $self->[PATH] . $$ . int( rand( 2**31 ) ) );
-    my $fh = $temp->filehandle( { exclusive => 1, locked => 1 }, ">", $binmode 
);
-    print {$fh} map { ref eq 'ARRAY' ? @$_ : $_ } @data;
-    close $fh or $self->_throw( 'close', $temp->[PATH] );
 
     # spewing need to follow the link
-    # and replace the destination instead
+    # and create the tempfile in the same dir
     my $resolved_path = $self->[PATH];
     $resolved_path = readlink $resolved_path while -l $resolved_path;
+
+    my $temp = path( $resolved_path . $$ . int( rand( 2**31 ) ) );
+    my $fh = $temp->filehandle( { exclusive => 1, locked => 1 }, ">", $binmode 
);
+    print {$fh} map { ref eq 'ARRAY' ? @$_ : $_ } @data;
+    close $fh or $self->_throw( 'close', $temp->[PATH] );
+
     return $temp->move($resolved_path);
 }
 
@@ -1785,7 +1788,7 @@
 
 =head1 VERSION
 
-version 0.072
+version 0.076
 
 =head1 SYNOPSIS
 
@@ -1829,10 +1832,10 @@
 
 =head1 DESCRIPTION
 
-This module provide a small, fast utility for working with file paths.  It is
+This module provides a small, fast utility for working with file paths.  It is
 friendlier to use than L<File::Spec> and provides easy access to functions from
 several other core file handling modules.  It aims to be smaller and faster
-than many alternatives on CPAN while helping people do many common things in
+than many alternatives on CPAN, while helping people do many common things in
 consistent and less error-prone ways.
 
 Path::Tiny does not try to work for anything except Unix-like and Win32
@@ -1851,6 +1854,9 @@
 layer.  Installing L<Unicode::UTF8> 0.58 or later will speed up C<*_utf8>
 situations in many cases and is highly recommended.
 
+This module depends heavily on PerlIO layers for correct operation and thus
+requires Perl 5.008001 or later.
+
 =head1 CONSTRUCTORS
 
 =head2 path
@@ -2788,7 +2794,7 @@
 
 =head1 CONTRIBUTORS
 
-=for stopwords Alex Efros Chris Williams David Steinbrunner Doug Bell Gabor 
Szabo Gabriel Andrade George Hartzell Geraud Continsouzas Goro Fuji Graham Knop 
James Hunt Karen Etheridge Martin Kjeldsen Michael G. Schwern Philippe Bruhat 
(BooK) Regina Verbae regina-verbae Smylers Tatsuhiko Miyagawa Toby Inkster 
Yanick Champoux 김도형 - Keedi Kim
+=for stopwords Alex Efros Chris Williams David Golden Steinbrunner Doug Bell 
Gabor Szabo Gabriel Andrade George Hartzell Geraud Continsouzas Goro Fuji 
Graham Knop James Hunt Karen Etheridge Mark Ellis Martin Kjeldsen Michael G. 
Schwern Philippe Bruhat (BooK) Regina Verbae Roy Ivy III Shlomi Fish Smylers 
Tatsuhiko Miyagawa Toby Inkster Yanick Champoux 김도형 - Keedi Kim
 
 =over 4
 
@@ -2802,6 +2808,10 @@
 
 =item *
 
+David Golden <[email protected]>
+
+=item *
+
 David Steinbrunner <[email protected]>
 
 =item *
@@ -2842,6 +2852,10 @@
 
 =item *
 
+Mark Ellis <[email protected]>
+
+=item *
+
 Martin Kjeldsen <[email protected]>
 
 =item *
@@ -2858,7 +2872,11 @@
 
 =item *
 
-regina-verbae <[email protected]>
+Roy Ivy III <[email protected]>
+
+=item *
+
+Shlomi Fish <[email protected]>
 
 =item *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/t/00-report-prereqs.dd 
new/Path-Tiny-0.076/t/00-report-prereqs.dd
--- old/Path-Tiny-0.072/t/00-report-prereqs.dd  2015-07-20 22:07:40.000000000 
+0200
+++ new/Path-Tiny-0.076/t/00-report-prereqs.dd  2015-11-16 16:47:43.000000000 
+0100
@@ -13,17 +13,21 @@
                                       'Dist::Zilla::Plugin::Prereqs' => '0',
                                       'Dist::Zilla::Plugin::RemovePrereqs' => 
'0',
                                       '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::Apache_2_0' => '0',
                                       'Test::CPAN::Meta' => '0',
                                       'Test::More' => '0',
                                       'Test::Pod' => '1.41',
                                       'Test::Pod::Coverage' => '1.08',
                                       'Test::Spelling' => '0.12',
-                                      'Test::Version' => '1'
+                                      'Test::Version' => '1',
+                                      'blib' => '1.01'
                                     }
                     },
        'runtime' => {
@@ -54,7 +58,8 @@
        'test' => {
                    'recommends' => {
                                      'CPAN::Meta' => '2.120900',
-                                     'Test::FailWarnings' => '0'
+                                     'Test::FailWarnings' => '0',
+                                     'Test::MockRandom' => '0'
                                    },
                    'requires' => {
                                    'ExtUtils::MakeMaker' => '0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/t/basic.t 
new/Path-Tiny-0.076/t/basic.t
--- old/Path-Tiny-0.072/t/basic.t       2015-07-20 22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/t/basic.t       2015-11-16 16:47:43.000000000 +0100
@@ -6,6 +6,8 @@
 use Path::Tiny;
 use Cwd;
 
+my $IS_WIN32 = $^O eq 'MSWin32';
+
 use lib 't/lib';
 use TestUtils qw/exception/;
 
@@ -122,6 +124,7 @@
 # tilde processing
 {
     my ($homedir) = glob('~');
+    $homedir =~ tr[\\][/] if $IS_WIN32;
     my $username = path($homedir)->basename;
     my ($root_homedir) = glob('~root');
     my ($missing_homedir) = glob('~idontthinkso');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/xt/author/00-compile.t 
new/Path-Tiny-0.076/xt/author/00-compile.t
--- old/Path-Tiny-0.072/xt/author/00-compile.t  2015-07-20 22:07:40.000000000 
+0200
+++ new/Path-Tiny-0.076/xt/author/00-compile.t  2015-11-16 16:47:43.000000000 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.053
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
 
 use Test::More;
 
@@ -40,7 +40,7 @@
     is($?, 0, "$lib loaded ok");
 
     shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
-        and not eval { blib->VERSION('1.01') };
+        and not eval { require blib; blib->VERSION('1.01') };
 
     if (@_warnings)
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/xt/author/pod-coverage.t 
new/Path-Tiny-0.076/xt/author/pod-coverage.t
--- old/Path-Tiny-0.072/xt/author/pod-coverage.t        1970-01-01 
01:00:00.000000000 +0100
+++ new/Path-Tiny-0.076/xt/author/pod-coverage.t        2015-11-16 
16:47:43.000000000 +0100
@@ -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/Path-Tiny-0.072/xt/author/pod-spell.t 
new/Path-Tiny-0.076/xt/author/pod-spell.t
--- old/Path-Tiny-0.072/xt/author/pod-spell.t   2015-07-20 22:07:40.000000000 
+0200
+++ new/Path-Tiny-0.076/xt/author/pod-spell.t   2015-11-16 16:47:43.000000000 
+0100
@@ -2,7 +2,7 @@
 use warnings;
 use Test::More;
 
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000
 use Test::Spelling 0.12;
 use Pod::Wordlist;
 
@@ -42,6 +42,7 @@
 Chris
 Williams
 bingos
+xdg
 Steinbrunner
 dsteinbrunner
 Doug
@@ -71,6 +72,9 @@
 Karen
 Etheridge
 ether
+Mark
+Ellis
+mark
 Martin
 Kjeldsen
 mk
@@ -84,6 +88,13 @@
 Regina
 Verbae
 regina
+Roy
+Ivy
+III
+RIVY
+Shlomi
+Fish
+shlomif
 Smylers
 Tatsuhiko
 Miyagawa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.072/xt/author/pod-syntax.t 
new/Path-Tiny-0.076/xt/author/pod-syntax.t
--- old/Path-Tiny-0.072/xt/author/pod-syntax.t  1970-01-01 01:00:00.000000000 
+0100
+++ new/Path-Tiny-0.076/xt/author/pod-syntax.t  2015-11-16 16:47:43.000000000 
+0100
@@ -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/Path-Tiny-0.072/xt/release/pod-coverage.t 
new/Path-Tiny-0.076/xt/release/pod-coverage.t
--- old/Path-Tiny-0.072/xt/release/pod-coverage.t       2015-07-20 
22:07:40.000000000 +0200
+++ new/Path-Tiny-0.076/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/Path-Tiny-0.072/xt/release/pod-syntax.t 
new/Path-Tiny-0.076/xt/release/pod-syntax.t
--- old/Path-Tiny-0.072/xt/release/pod-syntax.t 2015-07-20 22:07:40.000000000 
+0200
+++ new/Path-Tiny-0.076/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();


Reply via email to