Rename ext/PerlIO/encoding to ext/PerlIO-encoding
Nicholas Clark [Mon, 9 Feb 2009 18:07:54 +0000 (18:07 +0000)]
MANIFEST
ext/PerlIO-encoding/MANIFEST [moved from ext/PerlIO/encoding/MANIFEST with 100% similarity]
ext/PerlIO-encoding/Makefile.PL [moved from ext/PerlIO/encoding/Makefile.PL with 100% similarity]
ext/PerlIO-encoding/encoding.pm [moved from ext/PerlIO/encoding/encoding.pm with 100% similarity]
ext/PerlIO-encoding/encoding.xs [moved from ext/PerlIO/encoding/encoding.xs with 100% similarity]
ext/PerlIO-encoding/t/encoding.t [moved from ext/PerlIO/encoding/t/encoding.t with 100% similarity]
ext/PerlIO-encoding/t/fallback.t [moved from ext/PerlIO/encoding/t/fallback.t with 100% similarity]
ext/PerlIO-encoding/t/nolooping.t [moved from ext/PerlIO/encoding/t/nolooping.t with 100% similarity]

index efbe6e9..7e010b4 100644 (file)
--- 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