11792 wasn't complete
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 62b940e..e82e0f3 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1084,6 +1084,7 @@ lib/SelectSaver.t         See if SelectSaver works
 lib/SelfLoader.pm              Load functions only on demand
 lib/SelfLoader.t               See if SelfLoader works
 lib/Shell.pm                   Make AUTOLOADed system() calls
+lib/Shell.t                    Tests for above
 lib/shellwords.pl              Perl library to split into words with shell quoting
 lib/sigtrap.pm                 For trapping an abort and giving traceback
 lib/stat.pl                    Perl library supporting stat function
@@ -1791,6 +1792,7 @@ pod/rofftoc                       Generate a table of contents in troff format
 pod/splitman                   Splits perlfunc into multiple man pages
 pod/splitpod                   Splits perlfunc into multiple pod pages
 Policy_sh.SH           Hold site-wide preferences between Configure runs.
+Porting/apply          Apply patches sent by mail
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
 Porting/Contract       Social contract for contributed modules in Perl core
@@ -1892,6 +1894,7 @@ t/comp/term.t                     See if more terms work
 t/comp/use.t                   See if pragmas work
 t/harness                      Finer diagnostics from test suite
 t/io/argv.t                    See if ARGV stuff works
+t/io/binmode.t                  See if binmode() 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
@@ -2032,6 +2035,7 @@ t/op/groups.t                     See if $( works
 t/op/gv.t                      See if typeglobs work
 t/op/hashwarn.t                        See if warnings for bad hash assignments work
 t/op/inc.t                     See if inc/dec of integers near 32 bit limit work
+t/op/inccode.t                 See if coderefs work in @INC
 t/op/index.t                   See if index works
 t/op/int.t                     See if int works
 t/op/join.t                    See if join works