This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A new test by Abigail: Check that certain modules don't
[perl5.git] / MANIFEST
index d671ac0..02db239 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -933,6 +933,7 @@ ext/PerlIO/encoding/encoding.pm     PerlIO::encoding
 ext/PerlIO/encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO/encoding/Makefile.PL        PerlIO::encoding makefile writer
 ext/PerlIO/encoding/MANIFEST   PerlIO::encoding list of files
+ext/PerlIO/encoding/t/nolooping.t      Tests for PerlIO::encoding
 ext/PerlIO/scalar/Makefile.PL  PerlIO layer for scalars
 ext/PerlIO/scalar/scalar.pm    PerlIO layer for scalars
 ext/PerlIO/scalar/scalar.xs    PerlIO layer for scalars
@@ -1214,6 +1215,23 @@ ext/util/make_ext                Used by Makefile to execute extension Makefiles
 ext/Win32/Makefile.PL          Win32 extension makefile writer
 ext/Win32/Win32.pm             Win32 extension Perl module
 ext/Win32/Win32.xs             Win32 extension external subroutines
+ext/Win32API/File/buffers.h    Win32API::File extension
+ext/Win32API/File/cFile.h      Win32API::File extension
+ext/Win32API/File/cFile.pc     Win32API::File extension
+ext/Win32API/File/Changes      Win32API::File extension changes
+ext/Win32API/File/const2perl.h Win32API::File extension
+ext/Win32API/File/ExtUtils/Myconst2perl.pm     Win32API::File extension
+ext/Win32API/File/File.pm      Win32API::File extension
+ext/Win32API/File/File.xs      Win32API::File extension
+ext/Win32API/File/Makefile.PL  Win32API::File extension makefile write
+ext/Win32API/File/README       Win32API::File extension Readme
+ext/Win32API/File/t/file.t     See if Win32API::File extension works
+ext/Win32API/File/t/tie.t      See if Win32API::File extension works
+ext/Win32API/File/typemap      Win32API::File extension interface types
+ext/Win32CORE/Makefile.PL      Win32CORE extension
+ext/Win32CORE/t/win32core.t    Win32CORE extension
+ext/Win32CORE/Win32CORE.c      Win32CORE extension
+ext/Win32CORE/Win32CORE.pm     Win32CORE extension (stubs for Win32 CORE subs)
 ext/XS/APItest/APItest.pm      XS::APItest extension
 ext/XS/APItest/APItest.xs      XS::APItest extension
 ext/XS/APItest/core.c          Test API functions when PERL_CORE is defined
@@ -3397,6 +3415,7 @@ t/lib/Math/BigInt/Subclass.pm     Empty subclass of BigInt for test
 t/lib/Math/BigRat/Test.pm              Math::BigRat test helper
 t/lib/mypragma.pm              An example user pragma
 t/lib/mypragma.t               Test the example user pragma
+t/lib/no_load.t                        Test that some modules don't load others
 t/lib/NoExporter.pm                    Part of Test-Simple
 t/lib/proxy_constant_subs.t    Test that Proxy Constant Subs behave correctly
 t/lib/sample-tests/bailout             Test data for Test::Harness
@@ -3581,6 +3600,7 @@ t/op/pow.t                        See if ** works
 t/op/push.t                    See if push and pop work
 t/op/pwent.t                   See if getpw*() functions work
 t/op/qq.t                      See if qq works
+t/op/qrstack.t                 See if qr expands the stack properly
 t/op/quotemeta.t               See if quotemeta works
 t/op/rand.t                    See if rand works
 t/op/range.t                   See if .. works
@@ -3589,7 +3609,7 @@ t/op/readline.t                   See if <> / readline / rcatline work
 t/op/read.t                    See if read() works
 t/op/recurse.t                 See if deep recursion works
 t/op/ref.t                     See if refs and objects work
-t/op/regexp_kmod.t             See if regexp /k modifier works as expected
+t/op/regexp_pmod.t             See if regexp /p modifier works as expected
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
 t/op/regexp_notrie.t           See if regular expressions work without trie optimisation
 t/op/regexp_qr_embed.t         See if regular expressions work with embedded qr//
@@ -3624,6 +3644,7 @@ t/op/substT.t                     See if substitution works with -T
 t/op/subst_wamp.t              See if substitution works with $& present
 t/op/sub.t                     See if subroutines work
 t/op/switch.t                  See if switches (given/when) work
+t/op/symbolcache.t             See if undef/delete works on stashes with functions
 t/op/sysio.t                   See if sysread and syswrite work
 t/op/taint.t                   See if tainting works
 t/op/threads_create.pl         Ancillary file for t/op/threads.t
@@ -3830,19 +3851,6 @@ win32/config.vc                  Win32 base line config.sh (Visual C++ build)
 win32/config.vc64              Win64 base line config.sh (Visual C++ build)
 win32/distclean.bat            Remove _ALL_ files not listed here in MANIFEST
 win32/dl_win32.xs              Win32 port
-win32/ext/Win32API/File/buffers.h                      Win32API::File extension
-win32/ext/Win32API/File/cFile.h                                Win32API::File extension
-win32/ext/Win32API/File/cFile.pc                       Win32API::File extension
-win32/ext/Win32API/File/Changes                                Win32API::File extension changes
-win32/ext/Win32API/File/const2perl.h                   Win32API::File extension
-win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm       Win32API::File extension
-win32/ext/Win32API/File/File.pm                                Win32API::File extension
-win32/ext/Win32API/File/File.xs                                Win32API::File extension
-win32/ext/Win32API/File/Makefile.PL                    Win32API::File extension makefile write
-win32/ext/Win32API/File/README                         Win32API::File extension Readme
-win32/ext/Win32API/File/t/file.t                       See if Win32API::File extension works
-win32/ext/Win32API/File/t/tie.t                                See if Win32API::File extension works
-win32/ext/Win32API/File/typemap                                Win32API::File extension interface types
 win32/fcrypt.c                 crypt() implementation
 win32/FindExt.pm               Scan for extensions
 win32/genmk95.pl               Perl code to generate command.com-usable makefile.95