Acme::Code::Police - Enforce rigorous coding standards


Acme-Code-Police documentation  | view source Contained in the Acme-Code-Police distribution.

Index


NAME

Top

Acme::Code::Police - Enforce rigorous coding standards

SYNOPSIS

Top

 #!/usr/bin/perl
 use Acme::Code::Police;

DESCRIPTION

Top

This is the Acme::Code::Police module. Provide this module to programmers who fail to use strict and most of their coding errors will be instantly eliminated.

COPYRIGHT

Top

AUTHOR

Top

Ovid <dev@null.com>

Address bug reports and comments to dev@null.com. When sending bug reports, please provide the version of Acme::Code::Police, the version of Perl, and the version of the operating system you are using.

MISCELLANEOUS

Top

Why are you reading this? No one actually reads POD. You must be a loser. If you have to rely on the documentation to figure out what something does, you're probably one of those wimps who uses strict.

This was inspired by an offhand joke by merlyn (merlyn@stonehenge.com) at a Damian Conway talk. He is, however, not responsible for this and shouldn't be held liable if you're a bonehead.

BUGS

Top

August 1, 2001: Currently, this program will not work if any other module is loaded that uses strict. I could have tried to code around that by using a bunch of evals or something, but so what? It's a joke.


Acme-Code-Police documentation  | view source Contained in the Acme-Code-Police distribution.