[perl #85638] Docs for 'inherit from yourself' warning in base.pm
authorRobin Barker <rmbarker.cpan@btinternet.com>
Tue, 8 Mar 2011 00:36:39 +0000 (16:36 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 8 Mar 2011 00:56:19 +0000 (16:56 -0800)
commit490f3b05882c31e62e49c88a22cec5beb9960920
tree960da01488a0d4232ecf762129481391f2926439
parentbd2b3491121803bdc649750ef798c2271d8b4edd
[perl #85638] Docs for 'inherit from yourself' warning in base.pm

The "inherit from yourself" is triggered by
C<package Foo; use base 'Foo';> not C<use Foo; use base 'Foo';>
as stated in the documentation.
dist/base/lib/base.pm