Acme::Anything - Anything, even imaginary modules are loadable


Acme-Anything documentation  | view source Contained in the Acme-Anything distribution.

Index


NAME

Top

Acme::Anything - Anything, even imaginary modules are loadable

SYNOPSIS

Top

  use Acme::Anything;
  use Fish; # OK!
  use CGI; # Also OK!

DESCRIPTION

Top

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.

INSTALLATION

Top

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

SUPPORT AND DOCUMENTATION

Top

After installing, you can find documentation for this module with the perldoc command.

    perldoc Acme::Anything

You can also look for information at:

RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Anything
AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Acme-Anything
CPAN Ratings http://cpanratings.perl.org/d/Acme-Anything
Search CPAN http://search.cpan.org/dist/Acme-Anything

AUTHOR

Top

Josh ben Jore, >jjore@cpan.org<

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Acme::Anything

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Acme-Anything

* CPAN Ratings

http://cpanratings.perl.org/d/Acme-Anything

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Anything

* Search CPAN

http://search.cpan.org/dist/Acme-Anything

COPYRIGHT & LICENSE

Top


Acme-Anything documentation  | view source Contained in the Acme-Anything distribution.