Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find is
Nicholas Clark [Mon, 9 Feb 2009 17:56:53 +0000 (17:56 +0000)]
implemented in perlio.c

MANIFEST
t/io/perlio.t [moved from ext/PerlIO/t/PerlIO.t with 100% similarity]
t/io/perlio_fail.t [moved from ext/PerlIO/t/fail.t with 100% similarity]
t/io/perlio_leaks.t [moved from ext/PerlIO/t/ioleaks.t with 100% similarity]
t/io/perlio_open.t [moved from ext/PerlIO/t/open.t with 100% similarity]

index ba0dbc0..efbe6e9 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -974,10 +974,6 @@ 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/fail.t            See if bad layers fail
-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/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
@@ -3720,6 +3716,10 @@ t/io/layers.t                    See if PerlIO layers work
 t/io/nargv.t                   See if nested ARGV stuff works
 t/io/openpid.t                 See if open works for subprocesses
 t/io/open.t                    See if open works
+t/io/perlio.t                  See if PerlIO works
+t/io/perlio_fail.t             See if bad layers fail
+t/io/perlio_leaks.t            See if PerlIO layers are leaking
+t/io/perlio_open.t             See if PerlIO certain special opens work
 t/io/pipe.t                    See if secure pipes work
 t/io/print.t                   See if print commands work
 t/io/pvbm.t                    See if PVBMs break IO commands
similarity index 100%
rename from ext/PerlIO/t/PerlIO.t
rename to t/io/perlio.t
similarity index 100%
rename from ext/PerlIO/t/fail.t
rename to t/io/perlio_fail.t
similarity index 100%
rename from ext/PerlIO/t/ioleaks.t
rename to t/io/perlio_leaks.t
similarity index 100%
rename from ext/PerlIO/t/open.t
rename to t/io/perlio_open.t