2004-11-12 18:36:40 by Stoned Elipot | Files touched by this commit (11) |
Log message: Set version independent HOMEPAGEs. |
2004-11-06 02:24:44 by Havard Eidnes | Files touched by this commit (4) | |
Log message: 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. |