| Acme-Anything documentation | view source | Contained in the Acme-Anything distribution. |
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. Things that would ordinarily work continue to work. Things
that would fail because the module doesn't exist won't fail anymore.
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
After installing, you can find documentation for this module with the perldoc command.
perldoc Acme::Anything
You can also look for information at:
Josh ben Jore, >jjore@cpan.org<
You can find documentation for this module with the perldoc command.
perldoc Acme::Anything
You can also look for information at:
Copyright 2007, 2009, 2011 Joshua Jore
This program is distributed WITHOUT ANY WARRANTY, including but not limited to the implied warranties of merchantability or fitness for a particular purpose.
The program is free software. You may distribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation (either version 2 or any later version) and the Perl Artistic License as published by O’Reilly Media, Inc. Please open the files named Copying and Artistic for a copy of these licenses.
| Acme-Anything documentation | view source | Contained in the Acme-Anything distribution. |