From: Nicholas Clark Date: Sat, 26 Sep 2009 16:34:09 +0000 (+0100) Subject: Move Tie::RefHash from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=325914f9861ab5df5b7d9511c4578256da4059d6;p=p5sagit%2Fp5-mst-13.2.git Move Tie::RefHash from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index ee8ba28..8919c24 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 8675a3b..19426c6 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 similarity index 100% rename from ext/Tie-RefHash/lib/Tie/RefHash.pm rename to cpan/Tie-RefHash/lib/Tie/RefHash.pm diff --git a/ext/Tie-RefHash/t/rebless.t b/cpan/Tie-RefHash/t/rebless.t similarity index 100% rename from ext/Tie-RefHash/t/rebless.t rename to cpan/Tie-RefHash/t/rebless.t diff --git a/ext/Tie-RefHash/t/refhash.t b/cpan/Tie-RefHash/t/refhash.t similarity index 100% rename from ext/Tie-RefHash/t/refhash.t rename to cpan/Tie-RefHash/t/refhash.t diff --git a/ext/Tie-RefHash/t/storable.t b/cpan/Tie-RefHash/t/storable.t similarity index 100% rename from ext/Tie-RefHash/t/storable.t rename to cpan/Tie-RefHash/t/storable.t diff --git a/ext/Tie-RefHash/t/threaded.t b/cpan/Tie-RefHash/t/threaded.t similarity index 100% rename from ext/Tie-RefHash/t/threaded.t rename to cpan/Tie-RefHash/t/threaded.t diff --git a/t/TEST b/t/TEST index d660c34..703889c 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,