/[drupal]/drupal/scripts/code-style.pl
ViewVC logotype

Diff of /drupal/scripts/code-style.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13, Thu Feb 15 07:15:53 2007 UTC revision 1.14, Thu Feb 15 11:40:19 2007 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2  # $Id: code-style.pl,v 1.12 2006/10/14 10:03:27 dries Exp $  # $Id: code-style.pl,v 1.13 2007/02/15 07:15:53 dries Exp $
3    
4  use Pod::Usage;  use Pod::Usage;
5  use Getopt::Long qw(GetOptions);  use Getopt::Long qw(GetOptions);
# Line 181  code-style.pl - Review drupal code for s Line 181  code-style.pl - Review drupal code for s
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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.2