From: Nicholas Clark Date: Mon, 9 Feb 2009 15:40:02 +0000 (+0000) Subject: Rename ext/Hash/Util to ext/Hash-Util X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=48e8cb2025d894f1e4dc03b4ff1e595d292761f3;p=p5sagit%2Fp5-mst-13.2.git Rename ext/Hash/Util to ext/Hash-Util --- diff --git a/MANIFEST b/MANIFEST index 7f0217c..f236249 100644 --- a/MANIFEST +++ b/MANIFEST @@ -680,7 +680,7 @@ ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture ext/GDBM_File/Makefile.PL GDBM extension makefile writer ext/GDBM_File/t/gdbm.t See if GDBM_File works ext/GDBM_File/typemap GDBM extension interface types -ext/Hash/Util/Changes Change history of Hash::Util +ext/Hash-Util/Changes Change history of Hash::Util ext/Hash-Util-FieldHash/Changes Changes for Hash::Util::FieldHash ext/Hash-Util-FieldHash/FieldHash.xs XS portion ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm Perl portion and documentation @@ -693,10 +693,10 @@ ext/Hash-Util-FieldHash/t/05_perlhook.t Test script ext/Hash-Util-FieldHash/t/10_hash.t Adapted from t/op/hash.t ext/Hash-Util-FieldHash/t/11_hashassign.t Adapted from t/op/hashassign.t ext/Hash-Util-FieldHash/t/12_hashwarn.t Adapted from t/op/hashwarn.t -ext/Hash/Util/lib/Hash/Util.pm Hash::Util -ext/Hash/Util/Makefile.PL Makefile for Hash::Util -ext/Hash/Util/t/Util.t See if Hash::Util works -ext/Hash/Util/Util.xs XS bits of Hash::Util +ext/Hash-Util/lib/Hash/Util.pm Hash::Util +ext/Hash-Util/Makefile.PL Makefile for Hash::Util +ext/Hash-Util/t/Util.t See if Hash::Util works +ext/Hash-Util/Util.xs XS bits of Hash::Util ext/I18N/Langinfo/fallback/const-c.inc I18N::Langinfo ext/I18N/Langinfo/fallback/const-xs.inc I18N::Langinfo ext/I18N/Langinfo/Langinfo.pm I18N::Langinfo diff --git a/ext/Hash/Util/Changes b/ext/Hash-Util/Changes similarity index 100% rename from ext/Hash/Util/Changes rename to ext/Hash-Util/Changes diff --git a/ext/Hash/Util/Makefile.PL b/ext/Hash-Util/Makefile.PL similarity index 100% rename from ext/Hash/Util/Makefile.PL rename to ext/Hash-Util/Makefile.PL diff --git a/ext/Hash/Util/Util.xs b/ext/Hash-Util/Util.xs similarity index 100% rename from ext/Hash/Util/Util.xs rename to ext/Hash-Util/Util.xs diff --git a/ext/Hash/Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm similarity index 100% rename from ext/Hash/Util/lib/Hash/Util.pm rename to ext/Hash-Util/lib/Hash/Util.pm diff --git a/ext/Hash/Util/t/Util.t b/ext/Hash-Util/t/Util.t similarity index 100% rename from ext/Hash/Util/t/Util.t rename to ext/Hash-Util/t/Util.t