Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.15, Sat Dec 20 18:24:41 2008 UTC | revision 1.16, Tue Jan 13 22:39:11 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | #!/usr/bin/perl -w | #!/usr/bin/perl -w |
| 2 | # $Id: code-style.pl,v 1.14 2007/02/15 11:40:19 dries Exp $ | # $Id: code-style.pl,v 1.15 2008/12/20 18:24:41 dries Exp $ |
| 3 | ||
| 4 | use Pod::Usage; | use Pod::Usage; |
| 5 | use Getopt::Long qw(GetOptions); | use Getopt::Long qw(GetOptions); |
| # | Line 168 __END__ | Line 168 __END__ |
| 168 | ||
| 169 | =head1 NAME | =head1 NAME |
| 170 | ||
| 171 | code-style.pl - Review drupal code for style | code-style.pl - Review Drupal code for style |
| 172 | ||
| 173 | =head1 SYNOPSIS | =head1 SYNOPSIS |
| 174 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |