From: Nicholas Clark Date: Mon, 9 Feb 2009 18:07:54 +0000 (+0000) Subject: Rename ext/PerlIO/encoding to ext/PerlIO-encoding X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d730472d2f8260c653bf526679c7046f7f4865fe;p=p5sagit%2Fp5-mst-13.2.git Rename ext/PerlIO/encoding to ext/PerlIO-encoding --- diff --git a/MANIFEST b/MANIFEST index efbe6e9..7e010b4 100644 --- a/MANIFEST +++ b/MANIFEST @@ -962,13 +962,13 @@ ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module ext/Opcode/Safe.pm Safe extension Perl module ext/Opcode/t/Opcode.t See if Opcode works ext/Opcode/t/ops.t See if Opcode works -ext/PerlIO/encoding/encoding.pm PerlIO::encoding -ext/PerlIO/encoding/encoding.xs PerlIO::encoding -ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer -ext/PerlIO/encoding/MANIFEST PerlIO::encoding list of files -ext/PerlIO/encoding/t/encoding.t See if PerlIO encoding conversion works -ext/PerlIO/encoding/t/fallback.t See if PerlIO fallbacks work -ext/PerlIO/encoding/t/nolooping.t Tests for PerlIO::encoding +ext/PerlIO-encoding/encoding.pm PerlIO::encoding +ext/PerlIO-encoding/encoding.xs PerlIO::encoding +ext/PerlIO-encoding/Makefile.PL PerlIO::encoding makefile writer +ext/PerlIO-encoding/MANIFEST PerlIO::encoding list of files +ext/PerlIO-encoding/t/encoding.t See if PerlIO encoding conversion works +ext/PerlIO-encoding/t/fallback.t See if PerlIO fallbacks work +ext/PerlIO-encoding/t/nolooping.t Tests for PerlIO::encoding ext/PerlIO/scalar/Makefile.PL PerlIO layer for scalars ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars ext/PerlIO/scalar/scalar.xs PerlIO layer for scalars diff --git a/ext/PerlIO/encoding/MANIFEST b/ext/PerlIO-encoding/MANIFEST similarity index 100% rename from ext/PerlIO/encoding/MANIFEST rename to ext/PerlIO-encoding/MANIFEST diff --git a/ext/PerlIO/encoding/Makefile.PL b/ext/PerlIO-encoding/Makefile.PL similarity index 100% rename from ext/PerlIO/encoding/Makefile.PL rename to ext/PerlIO-encoding/Makefile.PL diff --git a/ext/PerlIO/encoding/encoding.pm b/ext/PerlIO-encoding/encoding.pm similarity index 100% rename from ext/PerlIO/encoding/encoding.pm rename to ext/PerlIO-encoding/encoding.pm diff --git a/ext/PerlIO/encoding/encoding.xs b/ext/PerlIO-encoding/encoding.xs similarity index 100% rename from ext/PerlIO/encoding/encoding.xs rename to ext/PerlIO-encoding/encoding.xs diff --git a/ext/PerlIO/encoding/t/encoding.t b/ext/PerlIO-encoding/t/encoding.t similarity index 100% rename from ext/PerlIO/encoding/t/encoding.t rename to ext/PerlIO-encoding/t/encoding.t diff --git a/ext/PerlIO/encoding/t/fallback.t b/ext/PerlIO-encoding/t/fallback.t similarity index 100% rename from ext/PerlIO/encoding/t/fallback.t rename to ext/PerlIO-encoding/t/fallback.t diff --git a/ext/PerlIO/encoding/t/nolooping.t b/ext/PerlIO-encoding/t/nolooping.t similarity index 100% rename from ext/PerlIO/encoding/t/nolooping.t rename to ext/PerlIO-encoding/t/nolooping.t