| 1 |
#!/usr/bin/perl -w |
#!/usr/bin/perl -w |
| 2 |
# $Id: code-style.pl,v 1.13 2007/02/15 07:15:53 dries Exp $ |
# $Id: code-style.pl,v 1.14 2007/02/15 11:40:19 dries Exp $ |
| 3 |
|
|
| 4 |
use Pod::Usage; |
use Pod::Usage; |
| 5 |
use Getopt::Long qw(GetOptions); |
use Getopt::Long qw(GetOptions); |
| 181 |
=head1 DESCRIPTION |
=head1 DESCRIPTION |
| 182 |
|
|
| 183 |
Originally written for Drupal (http://drupal.org/) to ensure stylish |
Originally written for Drupal (http://drupal.org/) to ensure stylish |
| 184 |
code. This program reviews PHP code, and tries to show as many code |
code. This program reviews PHP code, and tries to show as many code |
| 185 |
improvements as possible with no false positives. |
improvements as possible with no false positives. |
| 186 |
|
|
| 187 |
=head1 OPTIONS |
=head1 OPTIONS |