If any of the listed modules are not loaded yet, base silently attempts to
require them (and silently continues if the require failed). Whether to
require a base class module is determined by the absence of a global variable
$VERSION in the base package. If $VERSION is not detected even after loading
it, <base> will define $VERSION in the base package, setting it to the string
-1, set by base.pm.
perldoc2tree.cgi: /usr/lib/perl5/5.8.8/base.pm: cannot resolve L in paragraph 40.
perldoc2tree.cgi: /usr/lib/perl5/5.8.8/base.pm: cannot resolve L in paragraph 40.
perldoc2tree.cgi: /usr/lib/perl5/5.8.8/base.pm: cannot resolve L in paragraph 40.
Will also initialize the fieldsif one of the base classes has it.
Multiple inheritence of fields is NOT supported, if two or more base classes each have inheritable fields the 'base' pragma will
croak. See fields, public and protected for a description of
this feature.