Snip away an obsolete section noticed by Benjamin Goldberg.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index bbd35b6..7c58789 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -504,6 +504,10 @@ ext/Opcode/Opcode.xs               Opcode extension external subroutines
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
 ext/Opcode/ops.t               See if Opcode works
 ext/Opcode/Safe.pm             Safe extension Perl module
+ext/PerlIO/encoding/MANIFEST   PerlIO::encoding list of files
+ext/PerlIO/encoding/Makefile.PL        PerlIO::encoding makefile writer
+ext/PerlIO/encoding/encoding.pm        PerlIO::encoding
+ext/PerlIO/encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO/PerlIO.t            See if PerlIO works
 ext/PerlIO/Scalar/Makefile.PL  PerlIO layer for scalars
 ext/PerlIO/Scalar/Scalar.pm    PerlIO layer for scalars
@@ -656,6 +660,7 @@ ext/threads/t/libc.t            testing libc functions for threadsafetyness
 ext/threads/t/stress_cv.t      Test with multiple threads, coderef cv argument.
 ext/threads/t/stress_re.t      Test with multiple threads, string cv argument and regexes.
 ext/threads/t/stress_string.t  Test with multiple threads, string cv argument.
+ext/threads/t/thread.t         General ithread tests from thr5005
 ext/threads/threads.pm          ithreads
 ext/threads/threads.xs         ithreads
 ext/threads/typemap            ithreads
@@ -2271,7 +2276,6 @@ t/io/crlf.t                       See if :crlf works
 t/io/dup.t                     See if >& works right
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
-t/io/full.t                    See if 'disk full' errors are reported
 t/io/inplace.t                 See if inplace editing works
 t/io/iprefix.t                 See if inplace editing works with prefixes
 t/io/nargv.t                   See if nested ARGV stuff works