| Package-Transporter documentation | view source | Contained in the Package-Transporter distribution. |
Package::Transporter::Generator::Universal::Automatic_Require - Attempt an 'require MODULE' for a missing MODULE::subroutine
use Package::Transporter sub{eval shift}, sub {
$_[0]->register_potential('::Automatic_Require', 'FOR_ANY');
};
print CGI->h1->('Hello World.'), "\n";
exit(0);
Guesses the module name by looking at $_[0] (class name) for method calls on class names.
Please see the documentation of the upstream package Package::Transporter.
| Package-Transporter documentation | view source | Contained in the Package-Transporter distribution. |