From a8f52b62a9a286742b10878b4bb35fea1f0a012d Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sun, 1 Sep 2013 15:38:07 +0100 Subject: [PATCH] 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 --- 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'); -- 2.7.4