From 11100026ef1cc4e085a3ff437b696d59417e0a99 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Tue, 17 Sep 2013 22:44:24 +0100 Subject: [PATCH] Upgrade parent from version 0.227 to 0.228 --- Porting/Maintainers.pl | 2 +- cpan/parent/lib/parent.pm | 2 +- pod/perldelta.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ef7667a..d1d8127 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1321,7 +1321,7 @@ use File::Glob qw(:case); 'parent' => { 'MAINTAINER' => 'corion', - 'DISTRIBUTION' => 'CORION/parent-0.227.tar.gz', + 'DISTRIBUTION' => 'CORION/parent-0.228.tar.gz', 'FILES' => q[cpan/parent], 'UPSTREAM' => undef, }, diff --git a/cpan/parent/lib/parent.pm b/cpan/parent/lib/parent.pm index 141b3bb..b31603b 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.227'; +$VERSION = '0.228'; sub import { my $class = shift; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index eaa26e9..8f99602 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -490,7 +490,7 @@ The new kvaslice and kvhslice operators have been added. =item * -L has been upgraded from version 0.226 to 0.227. +L has been upgraded from version 0.226 to 0.228. No changes have been made to the installed code other than the version bump to keep in sync with the latest CPAN release. -- 2.7.4