'parent' => {
'MAINTAINER' => 'corion',
- 'DISTRIBUTION' => 'CORION/parent-0.225.tar.gz',
+ 'DISTRIBUTION' => 'CORION/parent-0.226.tar.gz',
'FILES' => q[cpan/parent],
'UPSTREAM' => undef,
},
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 <= $];
eval q{use parent 'reallyReAlLyNotexists'};
-like( $@, q{/^Can't locate reallyReAlLyNotexists.pm in \@INC \(you may need to install the reallyReAlLyNotexists module\) \(\@INC contains:/}, 'baseclass that does not exist');
+like( $@, $expected, 'baseclass that does not exist');
eval q{use parent 'reallyReAlLyNotexists'};
-like( $@, q{/^Can't locate reallyReAlLyNotexists.pm in \@INC \(you may need to install the reallyReAlLyNotexists module\) \(\@INC contains:/}, ' still failing on 2nd load');
+like( $@, $expected, ' still failing on 2nd load');
{
my $warning;
local $SIG{__WARN__} = sub { $warning = shift };
=item *
+L<parent> has been upgraded from version 0.225 to 0.226.
+
+=item *
+
L<Socket> has been upgraded from version 2.010 to 2.011.
Handle FreeBSD (or other platforms) returning shorter AF_UNIX sockaddr