Todo updates.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index f35bf3f..9b9b265 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -559,12 +559,6 @@ ext/Time/HiRes/HiRes.pm            Time::HiRes extension
 ext/Time/HiRes/HiRes.t         Test for Time::HiRes
 ext/Time/HiRes/HiRes.xs                Time::HiRes extension
 ext/Time/HiRes/Makefile.PL     Time::HiRes extension
-ext/Time/Piece/Makefile.PL     Time::Piece extension
-ext/Time/Piece/Piece.pm                Time::Piece extension
-ext/Time/Piece/Piece.t         Test for Time::Piece
-ext/Time/Piece/Piece.xs                Time::Piece extension
-ext/Time/Piece/README          Time::Piece extension
-ext/Time/Piece/Seconds.pm      Time::Piece extension
 ext/util/make_ext              Used by Makefile to execute extension Makefiles
 ext/XS/Typemap/Makefile.PL     XS::Typemap extension
 ext/XS/Typemap/README          XS::Typemap extension
@@ -1855,6 +1849,8 @@ regnodes.h                        Description of nodes of RE engine
 run.c                          The interpreter loop
 scope.c                                Scope entry and exit code
 scope.h                                Scope entry and exit header
+sharedsv.c                     ithreads-shared scalar values code
+sharedsv.h                     ithreads-shared scalar values header
 sv.c                           Scalar value code
 sv.h                           Scalar value header
 t/base/cond.t                  See if conditionals work
@@ -2028,6 +2024,7 @@ t/op/inc.t                        See if inc/dec of integers near 32 bit limit work
 t/op/index.t                   See if index works
 t/op/int.t                     See if int works
 t/op/join.t                    See if join works
+t/op/lc.t                      See if lc, uc, lcfirst, ucfirst, quotemeta work
 t/op/length.t                  See if length works
 t/op/lex_assign.t              See if ops involving lexicals or pad temps work
 t/op/lfs.t                     See if large files work for perlio