-
-
21 Sep 2005 20:56:38 UTC
- Distribution: Acme-Code-Police
- Module version: 2.18281
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (528 / 1 / 0)
- Kwalitee
Bus factor: 1- 60.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.32KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Acme::Code::Police - Enforce rigorous coding standards
SYNOPSIS
#!/usr/bin/perl use Acme::Code::Police;
DESCRIPTION
This is the
Acme::Code::Police
module. Provide this module to programmers who fail to usestrict
and most of their coding errors will be instantly eliminated.COPYRIGHT
Copyright (c) 2001 Ovid. All rights reserved.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself
Ovid assumes absolutely no responsibility for any of this dreck. If you use this, you will rot in the 8th circle of Hell for all of eternity.
If you do not understand what this module is doing, don't use it. Period. End of sentence. That means you.
AUTHOR
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
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
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.Module Install Instructions
To install Acme::Code::Police, copy and paste the appropriate command in to your terminal.
cpanm Acme::Code::Police
perl -MCPAN -e shell install Acme::Code::Police
For more information on module installation, please visit the detailed CPAN module installation guide.