ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
448 B
Text
10 lines
448 B
Text
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.
|
|
|
|
WWW: https://metacpan.org/release/Class-WhiteHole
|