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

index 7e010b4..3dd6f2d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -969,11 +969,11 @@ 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
-ext/PerlIO/scalar/t/scalar.t   See if PerlIO::scalar works
-ext/PerlIO/scalar/t/scalar_ungetc.t    Tests for PerlIO layer for scalars
+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
+ext/PerlIO-scalar/t/scalar.t   See if PerlIO::scalar works
+ext/PerlIO-scalar/t/scalar_ungetc.t    Tests for PerlIO layer for scalars
 ext/PerlIO/via/hints/aix.pl    Hint for PerlIO::via for named architecture
 ext/PerlIO/via/Makefile.PL     PerlIO layer for layers in perl
 ext/PerlIO/via/t/via.t         See if PerlIO::via works