Acme::Nothing - No more module loading!


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

Index


NAME

Top

Acme::Nothing - No more module loading!

VERSION

Top

version 0.03

SYNOPSIS

Top

Stops your script from loading any more modules.

    use Acme::Nothing;
    use Improbable; # Nope!
    use Fish;       # Not this either!
    use CGI;        # Still not loading anything


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