Commit graph

1 commit

Author SHA1 Message Date
he
056a75665d Import p5-Class-WhiteHole version 0.03.
Its possible to accidentally inherit an AUTOLOAD method.  Often this
will happen if a class somewhere in the chain uses AutoLoader or
defines one of their own.  This can lead to confusing error messages
when method lookups fail.

Sometimes you want to avoid this accidental inheritance.  In that
case, inherit from Class::WhiteHole.  All unhandled methods will
produce normal Perl error messages.
2004-11-06 01:24:43 +00:00