|
Acme::Anything - Anything, even imaginary modules are loadable |
Acme::Anything - Anything, even imaginary modules are loadable
use Acme::Anything; use Fish; # Ok! use CGI; # Also ok!
This module inserts a hook into @INC to load imaginary modules.
Josh ben Jore, <jjore at cpan.org>
Please report any bugs or feature requests to
bug-acme-anything at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Acme::Anything
You can also look for information at:
Copyright 2007 Josh ben Jore, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Acme::Anything - Anything, even imaginary modules are loadable |