Upgrade parent from version 0.227 to 0.228
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 17 Sep 2013 21:44:24 +0000 (22:44 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 17 Sep 2013 21:44:24 +0000 (22:44 +0100)
Porting/Maintainers.pl
cpan/parent/lib/parent.pm
pod/perldelta.pod

index ef7667a..d1d8127 100755 (executable)
@@ -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,
     },
index 141b3bb..b31603b 100644 (file)
@@ -1,7 +1,7 @@
 package parent;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.227';
+$VERSION = '0.228';
 
 sub import {
     my $class = shift;
index eaa26e9..8f99602 100644 (file)
@@ -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.