summaryrefslogtreecommitdiff
path: root/devel/p5-Class-WhiteHole
AgeCommit message (Collapse)AuthorFilesLines
2004-11-12Set version independent HOMEPAGEs.seb1-2/+2
2004-11-06Import p5-Class-WhiteHole version 0.03.he4-0/+31
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.