Paketname | libclass-whitehole-perl |
Beschreibung | base class to treat unhandled method calls as errors |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.04-6 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 7068 Byte |
Prüfsumme MD5 | aa034eaee7ff5836783b0108a6fdb05c |
Prüfsumme SHA1 | 218d4aaa61c8f6f598af6dabce6f6c0adfaf5ffd |
Prüfsumme SHA256 | 7fef46e813e69f4c96b7595b8571cada976c2e88ffef78e20f0d3e37701d6d94 |
Link zum Herunterladen | libclass-whitehole-perl_0.04-6_all.deb |
Ausführliche Beschreibung | It is 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.
|