| Acme-Nothing documentation | view source | Contained in the Acme-Nothing distribution. |
Acme::Nothing - No more module loading!
version 0.03
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. |