summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 17:34:09 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 17:51:18 +0100
commit325914f9861ab5df5b7d9511c4578256da4059d6 (patch)
tree40a12e9e76de26bded5dbe8081450a5faa46be2a
parentd1f770803c95df0ac5e9e873daa3bb453e913fda (diff)
downloadperl-325914f9861ab5df5b7d9511c4578256da4059d6.tar.gz
Move Tie::RefHash from ext/ to cpan/
-rw-r--r--MANIFEST10
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Tie-RefHash/lib/Tie/RefHash.pm (renamed from ext/Tie-RefHash/lib/Tie/RefHash.pm)0
-rw-r--r--cpan/Tie-RefHash/t/rebless.t (renamed from ext/Tie-RefHash/t/rebless.t)0
-rw-r--r--cpan/Tie-RefHash/t/refhash.t (renamed from ext/Tie-RefHash/t/refhash.t)0
-rw-r--r--cpan/Tie-RefHash/t/storable.t (renamed from ext/Tie-RefHash/t/storable.t)0
-rw-r--r--cpan/Tie-RefHash/t/threaded.t (renamed from ext/Tie-RefHash/t/threaded.t)0
-rwxr-xr-xt/TEST2
8 files changed, 7 insertions, 7 deletions
diff --git a/MANIFEST b/MANIFEST
index ee8ba287e4..8919c243c1 100644
--- 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
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 8675a3b3a3..19426c6e1b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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/ext/Tie-RefHash/lib/Tie/RefHash.pm b/cpan/Tie-RefHash/lib/Tie/RefHash.pm
index f95bf41efd..f95bf41efd 100644
--- a/ext/Tie-RefHash/lib/Tie/RefHash.pm
+++ b/cpan/Tie-RefHash/lib/Tie/RefHash.pm
diff --git a/ext/Tie-RefHash/t/rebless.t b/cpan/Tie-RefHash/t/rebless.t
index 4ae40f43fe..4ae40f43fe 100644
--- a/ext/Tie-RefHash/t/rebless.t
+++ b/cpan/Tie-RefHash/t/rebless.t
diff --git a/ext/Tie-RefHash/t/refhash.t b/cpan/Tie-RefHash/t/refhash.t
index d19f7d3593..d19f7d3593 100644
--- a/ext/Tie-RefHash/t/refhash.t
+++ b/cpan/Tie-RefHash/t/refhash.t
diff --git a/ext/Tie-RefHash/t/storable.t b/cpan/Tie-RefHash/t/storable.t
index 6c28b77a54..6c28b77a54 100644
--- a/ext/Tie-RefHash/t/storable.t
+++ b/cpan/Tie-RefHash/t/storable.t
diff --git a/ext/Tie-RefHash/t/threaded.t b/cpan/Tie-RefHash/t/threaded.t
index 7e4fa1a7f0..7e4fa1a7f0 100644
--- a/ext/Tie-RefHash/t/threaded.t
+++ b/cpan/Tie-RefHash/t/threaded.t
diff --git a/t/TEST b/t/TEST
index d660c34b15..703889c03c 100755
--- 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,