The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.gitignore 020
Changes 17
FAQ 11
MANIFEST 26
MANIFEST.SKIP 01
META.json 041
META.yml 1321
MYMETA.json 041
MYMETA.yml 022
Makefile.PL 10
README 76
lib/List/Compare/Base/_Auxiliary.pm 65
lib/List/Compare/Base/_Engine.pm 75
lib/List/Compare/Functional.pm 65
lib/List/Compare.pm 108
t/01_oo_lists_dual_reg_sorted.t 11
t/02_oo_lists_dual_reg_unsorted.t 11
t/03_oo_lists_dual_acc_sorted.t 11
t/04_oo_lists_dual_acc_unsorted.t 11
t/05_oo_lists_mult_reg_sorted.t 11
t/06_oo_lists_mult_reg_unsorted.t 11
t/07_oo_lists_mult_acc_sorted.t 11
t/08_oo_lists_mult_acc_unsorted.t 11
t/09_oo_lists_alt_dual_reg_sorted.t 11
t/10_oo_lists_alt_dual_reg_unsorted.t 11
t/11_oo_lists_alt_dual_acc_sorted.t 11
t/12_oo_lists_alt_dual_acc_unsorted.t 11
t/13_oo_lists_alt_mult_reg_sorted.t 11
t/14_oo_lists_alt_mult_reg_unsorted.t 11
t/15_oo_lists_alt_mult_acc_sorted.t 11
t/16_oo_lists_alt_mult_acc_unsorted.t 11
t/17_oo_hashes_dual_reg_sorted.t 11
t/18_oo_hashes_dual_reg_unsorted.t 11
t/19_oo_hashes_dual_acc_sorted.t 11
t/20_oo_hashes_dual_acc_unsorted.t 11
t/21_oo_hashes_mult_reg_sorted.t 11
t/22_oo_hashes_mult_reg_unsorted.t 11
t/23_oo_hashes_mult_acc_sorted.t 11
t/24_oo_hashes_mult_acc_unsorted.t 11
t/25_oo_hashes_alt_dual_reg_sorted.t 11
t/26_oo_hashes_alt_dual_reg_unsorted.t 11
t/27_oo_hashes_alt_dual_acc_sorted.t 11
t/28_oo_hashes_alt_dual_acc_unsorted.t 11
t/29_oo_hashes_alt_mult_reg_sorted.t 11
t/30_oo_hashes_alt_mult_reg_unsorted.t 11
t/31_oo_hashes_alt_mult_acc_sorted.t 11
t/32_oo_hashes_alt_mult_acc_unsorted.t 11
t/33_func_lists_dual_sorted.t 11
t/34_func_lists_dual_unsorted.t 11
t/35_func_lists_mult_sorted.t 11
t/36_func_lists_mult_unsorted.t 11
t/37_func_lists_alt_dual_sorted.t 11
t/38_func_lists_alt_dual_unsorted.t 11
t/39_func_lists_alt_mult_sorted.t 11
t/40_func_lists_alt_mult_unsorted.t 11
t/41_func_hashes_dual_sorted.t 11
t/42_func_hashes_dual_unsorted.t 11
t/43_func_hashes_mult_sorted.t 11
t/44_func_hashes_mult_unsorted.t 11
t/45_func_hashes_alt_dual_sorted.t 11
t/46_func_hashes_alt_dual_unsorted.t 11
t/47_func_hashes_alt_mult_sorted.t 11
t/48_func_hashes_alt_mult_unsorted.t 11
t/90_oo_errors.t 11
t/91_func_errors.t 11
65 files changed (This is a version diff) 104239
@@ -0,0 +1,20 @@
+/blib/
+/.build/
+_build/
+cover_db/
+inc/
+Build
+!Build/
+Build.bat
+.last_cover_stats
+/Makefile
+/Makefile.old
+/MANIFEST.bak
+/META.yml
+/META.json
+/MYMETA.*
+nytprof.out
+/pm_to_blib
+*.o
+*.bs
+List-Compare-*.tar.gz
@@ -1,4 +1,3 @@
-#$Id: Changes 1329 2008-06-07 23:49:51Z jimk $
 Revision history for Perl extension List::Compare.
 
 0.04  Sat Jun  8 2002
@@ -148,3 +147,10 @@ List::Compare::Functional; other internal code clean-up
     - Tests refined and code refactored so as to achieve 100% subroutine,
       statement, branch and condition coverage by test suite as measured by
       Devel::Cover.  Some cleanup of POD.
+
+0.38 Thu Sep  5 21:09:10 EDT 2013
+    - Update support information; no longer using dedicated mailing list.
+
+0.39 Fri Jul  4 15:38:24 EDT 2014
+    - Repository migrated from Subversion to git.  Development repository
+      initiated at https://github.com/jkeenan/list-compare.
FAQ
@@ -1,4 +1,4 @@
-#$Id: FAQ 1224 2008-04-30 01:53:48Z jimk $
+#$Id$
 Q.  How can I make comparisons among more than two lists when I don't know in
 advance how many lists I'll need to compare?
 
@@ -1,3 +1,4 @@
+.gitignore
 Changes
 FAQ
 lib/List/Compare.pm
@@ -5,9 +6,10 @@ lib/List/Compare/Base/_Auxiliary.pm
 lib/List/Compare/Base/_Engine.pm
 lib/List/Compare/Functional.pm
 Makefile.PL
-MANIFEST
+MANIFEST			This list of files
 MANIFEST.SKIP
-META.yml			Module meta-data (added by MakeMaker)
+MYMETA.json
+MYMETA.yml
 README
 t/01_oo_lists_dual_reg_sorted.t
 t/02_oo_lists_dual_reg_unsorted.t
@@ -61,3 +63,5 @@ t/90_oo_errors.t
 t/91_func_errors.t
 t/IO/CaptureOutput.pm
 t/Test/ListCompareSpecial.pm
+META.yml                                 Module YAML meta-data (added by MakeMaker)
+META.json                                Module JSON meta-data (added by MakeMaker)
@@ -31,3 +31,4 @@ svndiff/
 ^init
 ^results
 ^htmlify
+.git/
@@ -0,0 +1,41 @@
+{
+   "abstract" : "Compare elements of two or more lists",
+   "author" : [
+      "James E Keenan (jkeenan@cpan.org)"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141170",
+   "license" : [
+      "unknown"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "List-Compare",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::Simple" : "0.1"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "0.39"
+}
@@ -1,14 +1,22 @@
---- #YAML:1.0
-name:                List-Compare
-version:             0.37
-abstract:            Compare elements of two or more lists
-license:             ~
-author:              
-    - James E Keenan (jkeenan@cpan.org)
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Test::Simple:                  0.1
+---
+abstract: 'Compare elements of two or more lists'
+author:
+  - 'James E Keenan (jkeenan@cpan.org)'
+build_requires:
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141170'
+license: unknown
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: List-Compare
+no_index:
+  directory:
+    - t
+    - inc
+requires:
+  Test::Simple: '0.1'
+version: '0.39'
@@ -0,0 +1,41 @@
+{
+   "abstract" : "Compare elements of two or more lists",
+   "author" : [
+      "James E Keenan (jkeenan@cpan.org)"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141170",
+   "license" : [
+      "unknown"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "List-Compare",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::Simple" : "0.1"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "0.39"
+}
@@ -0,0 +1,22 @@
+---
+abstract: 'Compare elements of two or more lists'
+author:
+  - 'James E Keenan (jkeenan@cpan.org)'
+build_requires:
+  ExtUtils::MakeMaker: '0'
+configure_requires:
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 0
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141170'
+license: unknown
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: List-Compare
+no_index:
+  directory:
+    - t
+    - inc
+requires:
+  Test::Simple: '0.1'
+version: '0.39'
@@ -1,4 +1,3 @@
-#$Id: Makefile.PL 1224 2008-04-30 01:53:48Z jimk $
 use ExtUtils::MakeMaker;
 require 5.006;
 WriteMakefile(
@@ -1,15 +1,14 @@
-#$Id: README 1329 2008-06-07 23:49:51Z jimk $
 List::Compare - Compare elements of two or more lists
 
-This document refers to version 0.37 of List::Compare.  This version was
-released June 07, 2008.
+This document refers to version 0.39 of List::Compare.  This version was
+released July 04 2014.
 
 To install this module on your system, place the tarball archive file in a 
 temporary directory and call the following:
 
-% gunzip List-Compare-0.37.tar.gz
-% tar xf List-Compare-0.37.tar
-% cd List-Compare-0.37
+% gunzip List-Compare-0.39.tar.gz
+% tar xf List-Compare-0.39.tar
+% cd List-Compare-0.39
 % perl Makefile.PL
 % make
 % make test
@@ -74,7 +73,7 @@ In sending e-mail to the author, please put "List::Compare" or
 Author:  James E. Keenan (jkeenan@cpan.org).
 Originally created May 20, 2002.
 
-Copyright (c) 2002-08 James E. Keenan.  United States.  All rights reserved. 
+Copyright (c) 2002-14 James E. Keenan.  United States.  All rights reserved. 
 This is free software and may be distributed under the same terms as Perl
 itself.
 
@@ -1,6 +1,5 @@
 package List::Compare::Base::_Auxiliary;
-#$Id: _Auxiliary.pm 1329 2008-06-07 23:49:51Z jimk $
-$VERSION = 0.37;
+$VERSION = 0.39;
 use Carp;
 @ISA = qw(Exporter);
 @EXPORT_OK = qw|
@@ -753,8 +752,8 @@ List::Compare::Base::_Auxiliary - Internal use only
 
 =head1 VERSION
 
-This document refers to version 0.37 of List::Compare::Base::_Auxiliary.
-This version was released June 07, 2008.
+This document refers to version 0.39 of List::Compare::Base::_Auxiliary.
+This version was released July 04 2014.
 
 =head1 SYNOPSIS
 
@@ -766,8 +765,8 @@ List::Compare::Functional.  They are not intended to be publicly callable.
 James E. Keenan (jkeenan@cpan.org).  When sending correspondence, please 
 include 'List::Compare' or 'List-Compare' in your subject line.
 
-Creation date:  May 20, 2002.  Last modification date:  June 07, 2008. 
-Copyright (c) 2002-08 James E. Keenan.  United States.  All rights reserved. 
+Creation date:  May 20, 2002.  Last modification date:  July 04 2014. 
+Copyright (c) 2002-14 James E. Keenan.  United States.  All rights reserved. 
 This is free software and may be distributed under the same terms as Perl
 itself.
 
@@ -1,9 +1,7 @@
 package List::Compare::Base::_Engine;
-#$Id: _Engine.pm 1329 2008-06-07 23:49:51Z jimk $
-$VERSION = 0.37;
+$VERSION = 0.39;
 # Holds subroutines used within 
 # List::Compare::Base::Accelerated and List::Compare::Functional
-# As of:  09/18/2005
 use Carp;
 use List::Compare::Base::_Auxiliary qw(
     _equiv_engine 
@@ -83,8 +81,8 @@ List::Compare::Base::_Engine - Internal use only
 
 =head1 VERSION
 
-This document refers to version 0.37 of List::Compare::Base::_Engine.
-This version was released June 07, 2008.
+This document refers to version 0.39 of List::Compare::Base::_Engine.
+This version was released July 04 2014.
 
 =head1 SYNOPSIS
 
@@ -96,8 +94,8 @@ List::Compare::Functional.  They are not intended to be publicly callable.
 James E. Keenan (jkeenan@cpan.org).  When sending correspondence, please 
 include 'List::Compare' or 'List-Compare' in your subject line.
 
-Creation date:  May 20, 2002.  Last modification date:  June 07, 2008. 
-Copyright (c) 2002-04 James E. Keenan.  United States.  All rights reserved. 
+Creation date:  May 20, 2002.  Last modification date:  July 04 2014. 
+Copyright (c) 2002-14 James E. Keenan.  United States.  All rights reserved. 
 This is free software and may be distributed under the same terms as Perl
 itself.
 
@@ -1,6 +1,5 @@
 package List::Compare::Functional;
-#$Id: Functional.pm 1329 2008-06-07 23:49:51Z jimk $
-$VERSION = 0.37;
+$VERSION = 0.39;
 @ISA = qw(Exporter);
 @EXPORT_OK = qw|
     get_intersection
@@ -521,8 +520,8 @@ List::Compare::Functional - Compare elements of two or more lists
 
 =head1 VERSION
 
-This document refers to version 0.37 of List::Compare::Functional.  
-This version was released June 07, 2008.  The first released 
+This document refers to version 0.39 of List::Compare::Functional.  
+This version was released July 04 2014.  The first released 
 version of List::Compare::Functional was v0.21.  Its version numbers 
 are set to be consistent with the other parts of the List::Compare 
 distribution.
@@ -1686,8 +1685,8 @@ James E. Keenan (jkeenan@cpan.org).  When sending correspondence, please
 include 'List::Compare::Functional' or 'List-Compare-Functional' in your 
 subject line.
 
-Creation date:  May 20, 2002.  Last modification date:  June 07, 2008. 
-Copyright (c) 2002-08 James E. Keenan.  United States.  All rights reserved. 
+Creation date:  May 20, 2002.  Last modification date:  July 04 2014. 
+Copyright (c) 2002-14 James E. Keenan.  United States.  All rights reserved. 
 This is free software and may be distributed under the same terms as Perl
 itself.
 
@@ -1,6 +1,5 @@
 package List::Compare;
-#$Id: Compare.pm 1329 2008-06-07 23:49:51Z jimk $
-$VERSION = '0.37';
+$VERSION = '0.39';
 use strict;
 local $^W = 1;
 use Carp;
@@ -1745,8 +1744,8 @@ List::Compare - Compare elements of two or more lists
 
 =head1 VERSION
 
-This document refers to version 0.37 of List::Compare.  This version was
-released June 07, 2008.
+This document refers to version 0.39 of List::Compare.  This version was
+released July 04 2014.
 
 =head1 SYNOPSIS
 
@@ -3162,10 +3161,7 @@ CPAN upload date of this distribution.
 
 =head1 SUPPORT
 
-Support for List::Compare is now provided by mailing list:
-L<http://thenceforward.net/cgi-bin/mailman/listinfo/list-compare>.
-
-Please report any bugs by mail to C<bug-ExtUtils-ModuleMaker@rt.cpan.org> 
+Please report any bugs by mail to C<bug-List-Compare@rt.cpan.org> 
 or through the web interface at L<http://rt.cpan.org>.
 
 =head1 AUTHOR
@@ -3173,11 +3169,13 @@ or through the web interface at L<http://rt.cpan.org>.
 James E. Keenan (jkeenan@cpan.org).  When sending correspondence, please 
 include 'List::Compare' or 'List-Compare' in your subject line.
 
-Creation date:  May 20, 2002.  Last modification date:  June 07, 2008.
+Creation date:  May 20, 2002.  Last modification date:  July 4, 2014.
+
+Development repository: L<https://github.com/jkeenan/list-compare>
 
 =head1 COPYRIGHT
 
-Copyright (c) 2002-06 James E. Keenan.  United States.  All rights reserved. 
+Copyright (c) 2002-14 James E. Keenan.  United States.  All rights reserved. 
 This is free software and may be distributed under the same terms as Perl
 itself.
 
@@ -1,5 +1,5 @@
 # perl
-#$Id: 01_oo_lists_dual_reg_sorted.t 1309 2008-06-01 00:47:38Z jimk $
+#$Id$
 # 01_oo_lists_dual_reg_sorted.t
 use strict;
 use Test::More tests =>  84;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 02_oo_lists_dual_reg_unsorted.t 1304 2008-05-18 23:53:42Z jimk $
+#$Id$
 # 02_oo_lists_dual_reg_unsorted.t
 use strict;
 use Test::More tests => 103;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 03_oo_lists_dual_acc_sorted.t 1309 2008-06-01 00:47:38Z jimk $
+#$Id$
 # 03_oo_lists_dual_acc_sorted.t
 use strict;
 use Test::More tests =>  86;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 04_oo_lists_dual_acc_unsorted.t 1281 2008-05-10 17:09:01Z jimk $
+#$Id$
 # 04_oo_lists_dual_acc_unsorted.t
 use strict;
 use Test::More tests => 109;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 05_oo_lists_mult_reg_sorted.t 1317 2008-06-02 23:22:02Z jimk $
+#$Id$
 # 05_oo_lists_mult_reg_sorted.t
 use strict;
 use Test::More tests => 115;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 06_oo_lists_mult_reg_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 06_oo_lists_mult_reg_unsorted.t
 use strict;
 use Test::More tests => 110;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 07_oo_lists_mult_acc_sorted.t 1317 2008-06-02 23:22:02Z jimk $
+#$Id$
 # 07_oo_lists_mult_acc_sorted.t
 use strict;
 use Test::More tests => 114;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 08_oo_lists_mult_acc_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 08_oo_lists_mult_acc_unsorted.t
 use strict;
 use Test::More tests => 111;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 09_oo_lists_alt_dual_reg_sorted.t 1304 2008-05-18 23:53:42Z jimk $
+#$Id$
 # 09_oo_lists_alt_dual_reg_sorted.t
 use strict;
 use Test::More tests =>  79;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 10_oo_lists_alt_dual_reg_unsorted.t 1304 2008-05-18 23:53:42Z jimk $
+#$Id$
 # 10_oo_lists_alt_dual_reg_unsorted.t
 use strict;
 use Test::More tests => 103;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 11_oo_lists_alt_dual_acc_sorted.t 1308 2008-06-01 00:46:14Z jimk $
+#$Id$
 # 11_oo_lists_alt_dual_acc_sorted.t
 use strict;
 use Test::More tests =>  79;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 12_oo_lists_alt_dual_acc_unsorted.t 1279 2008-05-10 16:37:42Z jimk $
+#$Id$
 # 12_oo_lists_alt_dual_acc_unsorted.t
 use strict;
 use Test::More tests => 100;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 13_oo_lists_alt_mult_reg_sorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # t/13_oo_lists_alt_mult_reg_sorted.t
 use strict;
 use Test::More tests => 106;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 14_oo_lists_alt_mult_reg_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 14_oo_lists_alt_mult_reg_unsorted.t
 use strict;
 use Test::More tests => 110;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 15_oo_lists_alt_mult_acc_sorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # t/15_oo_lists_alt_mult_acc_sorted.t
 use strict;
 use Test::More tests => 106;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 16_oo_lists_alt_mult_acc_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # t/16_oo_lists_alt_mult_acc_unsorted.t
 use strict;
 use Test::More tests => 110;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 17_oo_hashes_dual_reg_sorted.t 1304 2008-05-18 23:53:42Z jimk $
+#$Id$
 # 17_oo_hashes_dual_reg_sorted.t
 use strict;
 use Test::More tests =>  76;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 18_oo_hashes_dual_reg_unsorted.t 1304 2008-05-18 23:53:42Z jimk $
+#$Id$
 # 18_oo_hashes_dual_reg_unsorted.t
 use strict;
 use Test::More tests => 103;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 19_oo_hashes_dual_acc_sorted.t 1282 2008-05-10 17:15:28Z jimk $
+#$Id$
 # 19_oo_hashes_dual_acc_sorted.t
 use strict;
 use Test::More tests =>  79;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 20_oo_hashes_dual_acc_unsorted.t 1282 2008-05-10 17:15:28Z jimk $
+#$Id$
 # 20_oo_hashes_dual_acc_unsorted.t
 use strict;
 use Test::More tests => 109;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 21_oo_hashes_mult_reg_sorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 21_oo_hashes_mult_reg_sorted.t
 use strict;
 use Test::More tests => 104;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 22_oo_hashes_mult_reg_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 22_oo_hashes_mult_reg_unsorted.t
 use strict;
 use Test::More tests => 110;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 23_oo_hashes_mult_acc_sorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 23_oo_hashes_mult_acc_sorted.t
 use strict;
 use Test::More tests => 104;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 24_oo_hashes_mult_acc_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 24_oo_hashes_mult_acc_unsorted.t
 use strict;
 use Test::More tests => 111;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 25_oo_hashes_alt_dual_reg_sorted.t 1309 2008-06-01 00:47:38Z jimk $
+#$Id$
 # 25_oo_hashes_alt_dual_reg_sorted.t
 use strict;
 use Test::More tests =>  79;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 26_oo_hashes_alt_dual_reg_unsorted.t 1304 2008-05-18 23:53:42Z jimk $
+#$Id$
 # 26_oo_hashes_alt_dual_reg_unsorted.t
 use strict;
 use Test::More tests => 103;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 27_oo_hashes_alt_dual_acc_sorted.t 1284 2008-05-11 02:45:50Z jimk $
+#$Id$
 # 27_oo_hashes_alt_dual_acc_sorted.t
 use strict;
 use Test::More tests =>  77;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 28_oo_hashes_alt_dual_acc_unsorted.t 1284 2008-05-11 02:45:50Z jimk $
+#$Id$
 # 28_oo_hashes_alt_dual_acc_unsorted.t
 use strict;
 use Test::More tests => 100;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 29_oo_hashes_alt_mult_reg_sorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 29_oo_hashes_alt_mult_reg_sorted.t
 use strict;
 use Test::More tests => 104;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 30_oo_hashes_alt_mult_reg_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 30_oo_hashes_alt_mult_reg_unsorted.t
 use strict;
 use Test::More tests => 110;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 31_oo_hashes_alt_mult_acc_sorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 31_oo_hashes_alt_mult_acc_sorted.t
 use strict;
 use Test::More tests => 104;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 32_oo_hashes_alt_mult_acc_unsorted.t 1288 2008-05-11 16:51:26Z jimk $
+#$Id$
 # 32_oo_hashes_alt_mult_acc_unsorted.t
 use strict;
 use Test::More tests => 110;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 33_func_lists_dual_sorted.t 1318 2008-06-03 00:34:48Z jimk $
+#$Id$
 # 33_func_lists_dual_sorted.t
 use strict;
 use Test::More qw(no_plan); # tests =>  50;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 34_func_lists_dual_unsorted.t 1322 2008-06-03 02:43:30Z jimk $
+#$Id$
 # 34_func_lists_dual_unsorted.t
 use strict;
 use Test::More tests =>  42;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 35_func_lists_mult_sorted.t 1317 2008-06-02 23:22:02Z jimk $
+#$Id$
 # 35_func_lists_mult_sorted.t
 use strict;
 use Test::More tests =>  51;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 36_func_lists_mult_unsorted.t 1300 2008-05-15 23:36:34Z jimk $
+#$Id$
 # 36_func_lists_mult_unsorted.t
 use strict;
 use Test::More tests =>  42;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 37_func_lists_alt_dual_sorted.t 1320 2008-06-03 00:50:59Z jimk $
+#$Id$
 # 37_func_lists_alt_dual_sorted.t
 use strict;
 use Test::More tests =>  50;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 38_func_lists_alt_dual_unsorted.t 1299 2008-05-15 23:25:52Z jimk $
+#$Id$
 # 38_func_lists_alt_dual_unsorted.t
 use strict;
 use Test::More tests =>  38;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 39_func_lists_alt_mult_sorted.t 1299 2008-05-15 23:25:52Z jimk $
+#$Id$
 # 39_func_lists_alt_mult_sorted.t
 use strict;
 use Test::More tests =>  43;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 40_func_lists_alt_mult_unsorted.t 1299 2008-05-15 23:25:52Z jimk $
+#$Id$
 # 40_func_lists_alt_mult_unsorted.t
 use strict;
 use Test::More tests =>  42;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 41_func_hashes_dual_sorted.t 1300 2008-05-15 23:36:34Z jimk $
+#$Id$
 # 41_func_hashes_dual_sorted.t
 use strict;
 use Test::More tests =>  46;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 42_func_hashes_dual_unsorted.t 1300 2008-05-15 23:36:34Z jimk $
+#$Id$
 # 42_func_hashes_dual_unsorted.t
 use strict;
 use Test::More tests =>  38;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 43_func_hashes_mult_sorted.t 1300 2008-05-15 23:36:34Z jimk $
+#$Id$
 # 43_func_hashes_mult_sorted.t
 use strict;
 use Test::More tests =>  43;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 44_func_hashes_mult_unsorted.t 1300 2008-05-15 23:36:34Z jimk $
+#$Id$
 # 36_func_lists_mult_unsorted.t
 use strict;
 use Test::More tests =>  42;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 45_func_hashes_alt_dual_sorted.t 1301 2008-05-15 23:42:36Z jimk $
+#$Id$
 # 45_func_hashes_alt_dual_sorted.t
 use strict;
 use Test::More tests =>  46;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 46_func_hashes_alt_dual_unsorted.t 1301 2008-05-15 23:42:36Z jimk $
+#$Id$
 # 46_func_hashes_alt_dual_unsorted.t
 use strict;
 use Test::More tests =>  38;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 47_func_hashes_alt_mult_sorted.t 1301 2008-05-15 23:42:36Z jimk $
+#$Id$
 # 47_func_hashes_alt_mult_sorted.t
 use strict;
 use Test::More tests =>  43;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 48_func_hashes_alt_mult_unsorted.t 1301 2008-05-15 23:42:36Z jimk $
+#$Id$
 # 48_func_hashes_alt_mult_unsorted.t
 use strict;
 use Test::More tests =>  42;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 90_oo_errors.t 1326 2008-06-04 03:42:40Z jimk $
+#$Id$
 # 01_oo_lists_dual_reg_sorted.t
 use strict;
 use Test::More tests =>  30;
@@ -1,5 +1,5 @@
 # perl
-#$Id: 91_func_errors.t 1308 2008-06-01 00:46:14Z jimk $
+#$Id$
 # 91_func_errors.t
 use strict;
 use Test::More tests => 176;