slurping an empty file should return '' rather than undef, with
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 344c581..2eea63b 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -969,6 +969,7 @@ pod/perlsyn.pod             Syntax info
 pod/perlthrtut.pod     Threads tutorial
 pod/perltie.pod                Tieing an object class into a simple variable
 pod/perltoc.pod                Table of Contents info
+pod/perltodo.pod       Todo list explained
 pod/perltoot.pod       Tom's object-oriented tutorial
 pod/perltrap.pod       Trap info
 pod/perlvar.pod                Variable info
@@ -1158,6 +1159,7 @@ t/op/join.t               See if join works
 t/op/lex_assign.t      See if ops involving lexicals or pad temps work
 t/op/list.t            See if array lists work
 t/op/local.t           See if local works
+t/op/lop.t             See if logical operators work
 t/op/magic.t           See if magic variables work
 t/op/method.t          See if method calls work
 t/op/misc.t            See if miscellaneous bugs have been fixed