This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Use REPLACEMENT_CHARACTER as a test
[perl5.git] / MANIFEST
index e71a13a..465df5d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3962,6 +3962,7 @@ ext/B/t/optree_varinit.t  my,our,local var init optimization
 ext/B/t/OptreeCheck.pm         optree comparison tool
 ext/B/t/pragma.t       See if user pragmas work.
 ext/B/t/showlex.t      See if B::ShowLex works
+ext/B/t/strict.t       See if B works with strict and warnings.
 ext/B/t/sv_stash.t     See if SvSTASH() works
 ext/B/t/terse.t                See if B::Terse works
 ext/B/t/walkoptree.t   See if B::walkoptree (and friends) work
@@ -4295,6 +4296,7 @@ ext/XS-APItest/t/eval-filter.t    Simple source filter/eval test
 ext/XS-APItest/t/exception.t   XS::APItest extension
 ext/XS-APItest/t/extend.t      test EXTEND() macro
 ext/XS-APItest/t/fetch_pad_names.t     Tests for UTF8 names in pad
+ext/XS-APItest/t/get.t         test get_sv et al.
 ext/XS-APItest/t/gotosub.t     XS::APItest: tests goto &xsub and hints
 ext/XS-APItest/t/grok.t                XS::APItest: tests for grok* functions
 ext/XS-APItest/t/gv_autoload4.t        XS::APItest: tests for gv_autoload4() and variants