In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a8f52b62a9a286742b10878b4bb35fea1f0a012d?hp=202c41cbde95a3d4b1f80be3633fdee05b08fded>

- Log -----------------------------------------------------------------
commit a8f52b62a9a286742b10878b4bb35fea1f0a012d
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Sun Sep 1 15:38:07 2013 +0100

    Update parent to CPAN version 0.227
    
      [DELTA]
    
    0.227  20130991
        . Fix RT #88320, restore tests passing for 5.17.5+
          Thanks to Zefram for the report and contributing the fix
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl    | 2 +-
 cpan/parent/lib/parent.pm | 2 +-
 cpan/parent/t/parent.t    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 0d799f6..d999003 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1305,7 +1305,7 @@ use File::Glob qw(:case);
 
     'parent' => {
         'MAINTAINER'   => 'corion',
-        'DISTRIBUTION' => 'CORION/parent-0.226.tar.gz',
+        'DISTRIBUTION' => 'CORION/parent-0.227.tar.gz',
         'FILES'        => q[cpan/parent],
         'UPSTREAM'     => undef,
     },
diff --git a/cpan/parent/lib/parent.pm b/cpan/parent/lib/parent.pm
index 32f0d6c..141b3bb 100644
--- a/cpan/parent/lib/parent.pm
+++ b/cpan/parent/lib/parent.pm
@@ -1,7 +1,7 @@
 package parent;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.226';
+$VERSION = '0.227';
 
 sub import {
     my $class = shift;
diff --git a/cpan/parent/t/parent.t b/cpan/parent/t/parent.t
index fd1722f..8b79862 100644
--- a/cpan/parent/t/parent.t
+++ b/cpan/parent/t/parent.t
@@ -58,7 +58,7 @@ is( $Eval2::VERSION, '1.02' );
 
 my $expected= q{/^Can't locate reallyReAlLyNotexists.pm in \@INC \(\@INC 
contains:/};
 $expected= q{/^Can't locate reallyReAlLyNotexists.pm in \@INC \(you may need 
to install the reallyReAlLyNotexists module\) \(\@INC contains:/}
-    if 5.018 <= $];
+    if 5.017005 <= $];
 
 eval q{use parent 'reallyReAlLyNotexists'};
 like( $@, $expected, 'baseclass that does not exist');

--
Perl5 Master Repository

Reply via email to