Move 3 tests from ext/PerlIO/t to their relevant PerlIO::* module directories.
Nicholas Clark [Mon, 9 Feb 2009 17:43:05 +0000 (17:43 +0000)]
MANIFEST
ext/PerlIO/encoding/t/encoding.t [moved from ext/PerlIO/t/encoding.t with 100% similarity]
ext/PerlIO/encoding/t/fallback.t [moved from ext/PerlIO/t/fallback.t with 100% similarity]
ext/PerlIO/scalar/t/scalar.t [moved from ext/PerlIO/t/scalar.t with 100% similarity]
ext/PerlIO/via/t/via.t [moved from ext/PerlIO/t/via.t with 100% similarity]

index 512404a..ba0dbc0 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -966,21 +966,21 @@ 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
+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/t/encoding.t                See if PerlIO encoding conversion works
 ext/PerlIO/t/fail.t            See if bad layers fail
-ext/PerlIO/t/fallback.t                See if PerlIO fallbacks work
 ext/PerlIO/t/ioleaks.t         See if PerlIO layers are leaking
 ext/PerlIO/t/open.t            See if PerlIO certain special opens work
 ext/PerlIO/t/PerlIO.t          See if PerlIO works
-ext/PerlIO/t/scalar.t          See if PerlIO::scalar works
-ext/PerlIO/t/via.t             See if PerlIO::via works
 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
 ext/PerlIO/via/via.pm          PerlIO layer for layers in perl
 ext/PerlIO/via/via.xs          PerlIO layer for layers in perl
 ext/POSIX/hints/bsdos.pl       Hint for POSIX for named architecture
similarity index 100%
rename from ext/PerlIO/t/via.t
rename to ext/PerlIO/via/t/via.t