don't `use Coda;'
authorJim Meyering <jim@meyering.net>
Wed, 23 Mar 2005 13:38:08 +0000 (13:38 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Mar 2005 13:38:08 +0000 (13:38 +0000)
modules/check-include-files

index c36eb212e9e1f823282e31989364073f647a047e..aee75073bb470b9c1c79b3a124e876145760b754 100755 (executable)
@@ -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;