debian man page for class::whitehole

Query: class::whitehole

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Class::WhiteHole(3pm)					User Contributed Perl Documentation				     Class::WhiteHole(3pm)

NAME
Class::WhiteHole - base class to treat unhandled method calls as errors
SYNOPSIS
package Bar; # DBI inherits from DynaLoader which inherits from AutoLoader # Bar wants to avoid this accidental inheritance of AutoLoader. use base qw(Class::WhiteHole DBI);
DESCRIPTION
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. BUGS &; CAVEATS Be sure to have Class::WhiteHole before the class from which you're inheriting AUTOLOAD in the ISA. Usually you'll want Class::WhiteHole to come first. If your class inherits autoloaded routines this class may cause them to stop working. Choose wisely before using. White holes are only a hypothesis and may not really exist.
COPYRIGHT
Copyright 2000 Michael G Schwern <schwern@pobox.com> all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Michael G Schwern <schwern@pobox.com>
SEE ALSO
Class::BlackHole perl v5.10.0 2003-05-28 Class::WhiteHole(3pm)
Related Man Pages
class::accessor::fast(3) - mojave
class::accessor::fast(3pm) - linux
class::accessor::fast5.18(3) - mojave
class::dbi::cascade::none(3pm) - debian
class::dbi::plugin::retrieveall(3pm) - debian
Similar Topics in the Unix Linux Community
One-Class Collaborative Filtering
SJS PHP Class: Release 1.0
Difference in multiple inheritance and multilevel inheritance: same method name ambiguity problem
NetworkManager unhandled exception
C++ : Base class member function not accessible from derived class