From 6b3df22776523c7e117a080b445b166b31464123 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Tue, 8 Mar 2011 21:27:37 +0000 Subject: Update parent to CPAN version 0.225 [DELTA] 0.225 20110308 . Applied a docpatch by Robin Barker to fix the documentation about the warning of inheriting from yourself. Fixes RT #66459 --- cpan/parent/lib/parent.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpan') diff --git a/cpan/parent/lib/parent.pm b/cpan/parent/lib/parent.pm index bd67b0fa4f..8f72db86dc 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.224'; +$VERSION = '0.225'; sub import { my $class = shift; @@ -102,7 +102,7 @@ either C<.pm> or C<.pmc>), use the following code: Attempting to inherit from yourself generates a warning. - use Foo; + package Foo; use parent 'Foo'; =back -- cgit v1.2.1