diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-09 15:40:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-09 15:40:02 +0000 |
commit | 48e8cb2025d894f1e4dc03b4ff1e595d292761f3 (patch) | |
tree | 2796ce885c6e3076cb9321bc0c7fbdffa4d07a5d | |
parent | c3d8257849283b4b05f8df0c5e5c838c0daac733 (diff) | |
download | perl-48e8cb2025d894f1e4dc03b4ff1e595d292761f3.tar.gz |
Rename ext/Hash/Util to ext/Hash-Util
-rw-r--r-- | MANIFEST | 10 | ||||
-rw-r--r-- | ext/Hash-Util/Changes (renamed from ext/Hash/Util/Changes) | 0 | ||||
-rw-r--r-- | ext/Hash-Util/Makefile.PL (renamed from ext/Hash/Util/Makefile.PL) | 0 | ||||
-rw-r--r-- | ext/Hash-Util/Util.xs (renamed from ext/Hash/Util/Util.xs) | 0 | ||||
-rw-r--r-- | ext/Hash-Util/lib/Hash/Util.pm (renamed from ext/Hash/Util/lib/Hash/Util.pm) | 0 | ||||
-rw-r--r-- | ext/Hash-Util/t/Util.t (renamed from ext/Hash/Util/t/Util.t) | 0 |
6 files changed, 5 insertions, 5 deletions
@@ -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 index 06589b56ff..06589b56ff 100644 --- a/ext/Hash/Util/Changes +++ b/ext/Hash-Util/Changes diff --git a/ext/Hash/Util/Makefile.PL b/ext/Hash-Util/Makefile.PL index eee40c5e34..eee40c5e34 100644 --- a/ext/Hash/Util/Makefile.PL +++ b/ext/Hash-Util/Makefile.PL diff --git a/ext/Hash/Util/Util.xs b/ext/Hash-Util/Util.xs index 571d48b591..571d48b591 100644 --- a/ext/Hash/Util/Util.xs +++ b/ext/Hash-Util/Util.xs diff --git a/ext/Hash/Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm index 0fa1469024..0fa1469024 100644 --- a/ext/Hash/Util/lib/Hash/Util.pm +++ b/ext/Hash-Util/lib/Hash/Util.pm diff --git a/ext/Hash/Util/t/Util.t b/ext/Hash-Util/t/Util.t index 7a52e8c79a..7a52e8c79a 100644 --- a/ext/Hash/Util/t/Util.t +++ b/ext/Hash-Util/t/Util.t |