projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd30d23
)
don't `use Coda;'
author
Jim Meyering
<jim@meyering.net>
Wed, 23 Mar 2005 13:38:08 +0000
(13:38 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 23 Mar 2005 13:38:08 +0000
(13:38 +0000)
modules/check-include-files
patch
|
blob
|
history
diff --git
a/modules/check-include-files
b/modules/check-include-files
index c36eb212e9e1f823282e31989364073f647a047e..aee75073bb470b9c1c79b3a124e876145760b754 100755
(executable)
--- a/
modules/check-include-files
+++ b/
modules/check-include-files
@@
-2,9
+2,9
@@
use strict;
use Getopt::Long;
-use Coda;
+
#
use Coda;
-(my $VERSION = '$Revision: 1.
1
$ ') =~ tr/[0-9].//cd;
+(my $VERSION = '$Revision: 1.
2
$ ') =~ tr/[0-9].//cd;
(my $ME = $0) =~ s|.*/||;
use constant ST_INIT => 1;