Base class to treat unhandled method calls as errors
It's 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.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Class-WhiteHole
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Class-WhiteHole && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Class-WhiteHole-0.04.tar.gz | 0000003279 3.2 KB | |
_link | 0000000155 155 Bytes | |
perl-Class-WhiteHole.changes | 0000002144 2.09 KB | |
perl-Class-WhiteHole.spec | 0000001993 1.95 KB |
Comments 0