summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/parent/lib/parent.pm2
-rw-r--r--pod/perldelta.pod2
3 files changed, 3 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index ef7667a298..d1d812788e 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 141b3bb92b..b31603b90d 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 eaa26e9f4e..8f99602ffa 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -490,7 +490,7 @@ The new kvaslice and kvhslice operators have been added.
=item *
-L<parent> has been upgraded from version 0.226 to 0.227.
+L<parent> 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.