allow indirection between less and its hints stash name
[p5sagit/p5-mst-13.2.git] / Porting / cmpVERSION.pl
index 9205e28..f118974 100644 (file)
@@ -7,7 +7,7 @@
 # with -d option, output the diffs too
 # with -x option, exclude dual-life modules (after all, there are tools
 #                 like core-cpan-diff that can already deal with them)
-#                 With this option, one od the directories must be '.'.
+#                 With this option, one of the directories must be '.'.
 #
 # Original by slaven@rezic.de, modified by jhi.
 #
@@ -58,8 +58,9 @@ chdir $ARGV[0] or die "$0: chdir '$ARGV[0]' failed: $!\n";
 my %skip;
 @skip{
     './lib/Carp/Heavy.pm',
+    './lib/Config.pm',         # no version number but contents will vary
     './lib/Exporter/Heavy.pm',
-    './win32/FindExt.pm'
+    './win32/FindExt.pm',
 } = ();
 my $skip_dirs = qr|^\./t/lib|;