[DELTA]
0.225
20110308
. Applied a docpatch by Robin Barker to fix the documentation
about the warning of inheriting from yourself.
Fixes RT #66459
'parent' =>
{
'MAINTAINER' => 'corion',
- 'DISTRIBUTION' => 'CORION/parent-0.224.tar.gz',
+ 'DISTRIBUTION' => 'CORION/parent-0.225.tar.gz',
'FILES' => q[cpan/parent],
'UPSTREAM' => undef,
},
package parent;
use strict;
use vars qw($VERSION);
-$VERSION = '0.224';
+$VERSION = '0.225';
sub import {
my $class = shift;
Attempting to inherit from yourself generates a warning.
- use Foo;
+ package Foo;
use parent 'Foo';
=back
=item *
+C<parent> has been upgraded from version 0.224 to 0.225
+
+=item *
+
C<Test::Harness> has been upgraded from version 3.22 to 3.23
=item *