Patch by Abigail to avoid using $& in diagnostics.pm.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 02db239..0bac67a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -883,6 +883,7 @@ ext/Math/BigInt/FastCalc/Makefile.PL        Math::BigInt::FastCalc extension
 ext/Math/BigInt/FastCalc/t/bigintfc.t  Math::BigInt::FastCalc extension
 ext/Math/BigInt/FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
 ext/Math/BigInt/FastCalc/t/mbi_rand.t  Math::BigInt::FastCalc extension
+ext/Math/BigInt/FastCalc/t/leak.t      test for memory leaks in Math::BigInt::FastCalc
 ext/MIME/Base64/Base64.pm      MIME::Base64 extension
 ext/MIME/Base64/Base64.xs      MIME::Base64 extension
 ext/MIME/Base64/Changes                MIME::Base64 extension
@@ -976,7 +977,6 @@ ext/POSIX/t/time.t          See if POSIX time-related functions work
 ext/POSIX/t/waitpid.t          See if waitpid works
 ext/POSIX/typemap              POSIX extension interface types
 ext/re/hints/mpeix.pl          Hints for re for named architecture
-ext/re/lib/re/Tie/Hash/NamedCapture.pm Implements %- and %+ behaviour
 ext/re/Makefile.PL             re extension makefile writer
 ext/re/re_comp.h               re extension wrapper for regcomp.h
 ext/re/re.pm                   re extension Perl module
@@ -1133,6 +1133,7 @@ ext/threads/shared/t/no_share.t   Tests for disabled share on variables.
 ext/threads/shared/t/shared_attr.t     Test :shared attribute
 ext/threads/shared/t/sv_refs.t thread shared variables
 ext/threads/shared/t/sv_simple.t       thread shared variables
+ext/threads/shared/t/waithires.t       Test sub-second cond_timedwait
 ext/threads/shared/t/wait.t    Test cond_wait and cond_timedwait
 ext/threads/t/basic.t          ithreads
 ext/threads/t/blocks.t         Test threads in special blocks
@@ -1213,6 +1214,13 @@ ext/Unicode/Normalize/t/test.t   Unicode::Normalize
 ext/Unicode/Normalize/t/tie.t  Unicode::Normalize
 ext/util/make_ext              Used by Makefile to execute extension Makefiles
 ext/Win32/Makefile.PL          Win32 extension makefile writer
+ext/Win32/t/ExpandEnvironmentStrings.t See if Win32 extension works
+ext/Win32/t/GetFileVersion.t   See if Win32 extension works
+ext/Win32/t/GetFolderPath.t    See if Win32 extension works
+ext/Win32/t/GetFullPathName.t  See if Win32 extension works
+ext/Win32/t/GetLongPathName.t  See if Win32 extension works
+ext/Win32/t/GetOSVersion.t     See if Win32 extension works
+ext/Win32/t/GuidGen.t          See if Win32 extension works
 ext/Win32/Win32.pm             Win32 extension Perl module
 ext/Win32/Win32.xs             Win32 extension external subroutines
 ext/Win32API/File/buffers.h    Win32API::File extension
@@ -1954,6 +1962,8 @@ lib/Math/BigInt/t/mbi_ali.t       Tests for BigInt
 lib/Math/BigInt/t/mbimbf.inc   Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
 lib/Math/BigInt/t/mbimbf.t     BigInt/BigFloat accuracy, precision and fallback, round_mode
 lib/Math/BigInt/t/mbi_rand.t   Test Math::BigInt randomly
+lib/Math/BigInt/t/nan_cmp.t    overloaded comparision involving NaN
+lib/Math/BigInt/t/new_ovld.t   test overloaded numbers in BigFloat's new()
 lib/Math/BigInt/Trace.pm       bignum tracing
 lib/Math/BigInt/t/req_mbf0.t   test: require Math::BigFloat; ->bzero();
 lib/Math/BigInt/t/req_mbf1.t   test: require Math::BigFloat; ->bone();
@@ -2478,6 +2488,7 @@ lib/Pod/t/user.t          See if Pod::LaTeX works
 lib/Pod/t/utils.t              Test for Pod::ParseUtils
 lib/Pod/Usage.pm               Pod-Parser - print usage messages
 lib/pwd.pl                     Routines to keep track of PWD environment variable
+lib/Tie/Hash/NamedCapture.pm   Implements %- and %+ behaviour
 lib/Search/Dict.pm             Perform binary search on dictionaries
 lib/Search/Dict.t              See if Search::Dict works
 lib/SelectSaver.pm             Enforce proper select scoping
@@ -3114,6 +3125,7 @@ pod/perltoot.pod          Perl OO tutorial, part 1
 pod/perltrap.pod               Perl traps for the unwary
 pod/perlunicode.pod            Perl Unicode support
 pod/perluniintro.pod           Perl Unicode introduction
+pod/perlunifaq.pod             Perl Unicode FAQ
 pod/perlunitut.pod             Perl Unicode tutorial
 pod/perlutil.pod               utilities packaged with the Perl distribution
 pod/perlvar.pod                        Perl predefined variables
@@ -3391,6 +3403,7 @@ t/lib/dprof/test8_t               Perl code profiler tests
 t/lib/dprof/test8_v            Perl code profiler tests
 t/lib/dprof/V.pm               Perl code profiler tests
 t/lib/feature/err              Tests for enabling/disabling err feature
+t/lib/feature/implicit         Tests for implicit loading of feature.pm
 t/lib/feature/nonesuch         Tests for enabling/disabling nonexistent feature
 t/lib/feature/say              Tests for enabling/disabling say feature
 t/lib/feature/switch           Tests for enabling/disabling switch feature
@@ -3616,6 +3629,8 @@ t/op/regexp_qr_embed.t            See if regular expressions work with embedded qr//
 t/op/regexp_qr.t               See if regular expressions work as qr//
 t/op/regexp.t                  See if regular expressions work
 t/op/regexp_trielist.t         See if regular expressions work with trie optimisation
+t/op/regexp_email.t            See if regex recursion works by parsing email addresses
+t/op/regexp_namedcapture.t     Make sure glob assignment doesn't break named capture
 t/op/regmesg.t                 See if one can get regular expression errors
 t/op/repeat.t                  See if x operator works
 t/op/re_tests                  Regular expressions for regexp.t
@@ -3744,8 +3759,6 @@ t/uni/tr_sjis.t                   See if Unicode tr/// in sjis works
 t/uni/tr_utf8.t                        See if Unicode tr/// in utf8 works
 t/uni/upper.t                  See if Unicode casing works
 t/uni/write.t                  See if Unicode formats work
-t/win32/getosversion.t         Test if Win32::GetOSVersion() works
-t/win32/longpath.t             Test if Win32::GetLongPathName() works
 t/win32/system.t               See if system works in Win*
 t/win32/system_tests           Test runner for system.t
 t/x2p/s2p.t                    See if s2p/psed work