Move Tie::RefHash from ext/ to cpan/
Nicholas Clark [Sat, 26 Sep 2009 16:34:09 +0000 (17:34 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/Tie-RefHash/lib/Tie/RefHash.pm [moved from ext/Tie-RefHash/lib/Tie/RefHash.pm with 100% similarity]
cpan/Tie-RefHash/t/rebless.t [moved from ext/Tie-RefHash/t/rebless.t with 100% similarity]
cpan/Tie-RefHash/t/refhash.t [moved from ext/Tie-RefHash/t/refhash.t with 100% similarity]
cpan/Tie-RefHash/t/storable.t [moved from ext/Tie-RefHash/t/storable.t with 100% similarity]
cpan/Tie-RefHash/t/threaded.t [moved from ext/Tie-RefHash/t/threaded.t with 100% similarity]
t/TEST

index ee8ba28..8919c24 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -783,6 +783,11 @@ cpan/Text-Tabs/t/sep.t                     See if Text::Tabs is working
 cpan/Text-Tabs/t/tabs.t                        See if Text::Tabs works
 cpan/Text-Tabs/t/wrap_separator2.t     See if Text::Wrap::wrap works
 cpan/Text-Tabs/t/wrap.t                        See if Text::Wrap::wrap works
+cpan/Tie-RefHash/lib/Tie/RefHash.pm            Base class for tied hashes with references as keys
+cpan/Tie-RefHash/t/rebless.t   Test for Tie::RefHash with rebless
+cpan/Tie-RefHash/t/refhash.t   Test for Tie::RefHash and Tie::RefHash::Nestable
+cpan/Tie-RefHash/t/storable.t  Test for Tie::RefHash with storable
+cpan/Tie-RefHash/t/threaded.t  Test for Tie::RefHash with threads
 Cross/build-arm-n770-sh        Cross-compilation
 Cross/cflags-cross-arm Cross-compilation
 Cross/config           Cross-compilation
@@ -3038,11 +3043,6 @@ ext/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap
 ext/Tie-File/t/42_offset.t     Unit tests for the offset method
 ext/Tie-Memoize/lib/Tie/Memoize.pm     Base class for memoized tied hashes
 ext/Tie-Memoize/t/Tie-Memoize.t                Test for Tie::Memoize
-ext/Tie-RefHash/lib/Tie/RefHash.pm             Base class for tied hashes with references as keys
-ext/Tie-RefHash/t/rebless.t    Test for Tie::RefHash with rebless
-ext/Tie-RefHash/t/refhash.t    Test for Tie::RefHash and Tie::RefHash::Nestable
-ext/Tie-RefHash/t/storable.t   Test for Tie::RefHash with storable
-ext/Tie-RefHash/t/threaded.t   Test for Tie::RefHash with threads
 ext/Time-HiRes/Changes         Time::HiRes extension
 ext/Time-HiRes/fallback/const-c.inc    Time::HiRes extension
 ext/Time-HiRes/fallback/const-xs.inc   Time::HiRes extension
index 8675a3b..19426c6 100755 (executable)
@@ -1580,7 +1580,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'nuffin',
        'DISTRIBUTION'  => 'NUFFIN/Tie-RefHash-1.38.tar.gz',
-       'FILES'         => q[ext/Tie-RefHash],
+       'FILES'         => q[cpan/Tie-RefHash],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },
diff --git a/t/TEST b/t/TEST
index d660c34..703889c 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -46,7 +46,7 @@ my %temp_no_core =
      '../ext/Pod-Simple' => 1,
      '../cpan/podlators' => 1,
      '../ext/Test-Simple' => 1,
-     '../ext/Tie-RefHash' => 1,
+     '../cpan/Tie-RefHash' => 1,
      '../ext/Time-HiRes' => 1,
      '../ext/Unicode-Collate' => 1,
      '../ext/Unicode-Normalize' => 1,