Remove the _ prototype, as Maintainers is used by makemeta, and in turn
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 5dac47d..2c3dd58 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -830,8 +830,6 @@ ext/IO/t/io_unix.t  See if UNIX socket-related methods from IO work
 ext/IO/t/io_utf8.t     See if perlio opens work
 ext/IO/t/io_xs.t               See if XSUB methods from IO work
 ext/IPC/SysV/Changes   IPC::SysV changes
-ext/IPC/SysV/const-c.inc       IPC::SysV constants
-ext/IPC/SysV/const-xs.inc      IPC::SysV constants
 ext/IPC/SysV/hints/cygwin.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/lib/IPC/Msg.pm    IPC::SysV extension Perl module
@@ -1001,7 +999,7 @@ ext/re/re.xs                       re extension external subroutines
 ext/re/t/lexical_debug.pl      generate debug output for lexical re 'debug'
 ext/re/t/lexical_debug.t       test that lexical re 'debug' works
 ext/re/t/qr.t                  test that qr// is a Regexp
-ext/re/t/re_funcs.t            see if exportable funcs from re.pm work
+ext/re/t/re_funcs.t            See if exportable 're' funcs in re.xs work
 ext/re/t/regop.pl              generate debug output for various patterns
 ext/re/t/regop.t               test RE optimizations by scraping debug output
 ext/re/t/re.t                  see if re pragma works
@@ -1412,6 +1410,7 @@ lib/Archive/Extract/t/src/double_dir.zip.packed   Archive::Extract tests
 lib/Archive/Extract/t/src/x.bz2.packed Archive::Extract tests
 lib/Archive/Extract/t/src/x.gz.packed  Archive::Extract tests
 lib/Archive/Extract/t/src/x.jar.packed Archive::Extract tests
+lib/Archive/Extract/t/src/x.lzma.packed        Archive::Extract tests
 lib/Archive/Extract/t/src/x.par.packed Archive::Extract tests
 lib/Archive/Extract/t/src/x.tar.gz.packed      Archive::Extract tests
 lib/Archive/Extract/t/src/x.tar.packed Archive::Extract tests
@@ -2987,6 +2986,7 @@ mpeix/nm                  MPE/iX port
 mpeix/relink                   MPE/iX port
 mro.c                          Method Resolution Order code
 myconfig.SH                    Prints summary of the current configuration
+mydtrace.h                     Support for optional DTrace probes
 NetWare/bat/Buildtype.bat      NetWare port
 NetWare/bat/SetCodeWar.bat     NetWare port
 NetWare/bat/Setnlmsdk.bat      NetWare port
@@ -3117,6 +3117,7 @@ parser.h                  parser object header
 patchlevel.h                   The current patch level of perl
 perlapi.c                      Perl API functions
 perlapi.h                      Perl API function declarations
+perldtrace.d                   D script for Perl probes
 perl.c                         main()
 perl.h                         Global declarations
 perlio.c                       C code for PerlIO abstraction
@@ -3465,8 +3466,6 @@ t/cmd/while.t                     See if while loops work
 t/comp/bproto.t                        See if builtins conform to their prototypes
 t/comp/cmdopt.t                        See if command optimization works
 t/comp/colon.t                 See if colons are parsed correctly
-t/comp/cpp.aux                 main file for cpp.t
-t/comp/cpp.t                   See if C preprocessor works
 t/comp/decl.t                  See if declarations work
 t/comp/fold.t                  See if constant folding works
 t/comp/hints.t                 See if %^H works
@@ -3843,6 +3842,7 @@ t/op/inccode-tie.t                See if tie to @INC works
 t/op/incfilter.t               See if the source filters in coderef-in-@INC work
 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/index_thr.t               See if index works in another thread
 t/op/int.t                     See if int works
 t/op/join.t                    See if join works
 t/op/kill0.t                   See if kill(0, $pid) works
@@ -3872,6 +3872,7 @@ t/op/overload_integer.t                   See if overload::constant for integer works after "use
 t/op/override.t                        See if operator overriding works
 t/op/pack.t                    See if pack and unpack work
 t/op/pat.t                     See if esoteric patterns work
+t/op/pat_thr.t                 See if esoteric patterns work in another thread
 t/op/pos.t                     See if pos works
 t/op/pow.t                     See if ** works
 t/op/push.t                    See if push and pop work
@@ -3888,9 +3889,11 @@ 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/reg_email.t               See if regex recursion works by parsing email addresses
+t/op/reg_email_thr.t           See if regex recursion works by parsing email addresses in another thread
 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//
+t/op/regexp_qr_embed_thr.t     See if regular expressions work with embedded qr// in another thread
 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
@@ -3902,6 +3905,7 @@ t/op/reg_pmod.t                   See if regexp /p modifier works as expected
 t/op/reg_unsafe.t              Check for unsafe match vars
 t/op/repeat.t                  See if x operator works
 t/op/reset.t                   See if reset operator works
+t/op/re.t                      See if exportable 're' funcs in universal.c work
 t/op/re_tests                  Regular expressions for regexp.t
 t/op/reverse.t                 See if reverse operator works
 t/op/runlevel.t                        See if die() works from perl_call_*()
@@ -3923,6 +3927,7 @@ t/op/studytied.t          See if study works with tied scalars
 t/op/sub_lval.t                        See if lvalue subroutines work
 t/op/subst_amp.t               See if $&-related substitution works
 t/op/substr.t                  See if substr works
+t/op/substr_thr.t              See if substr works in another thread
 t/op/subst.t                   See if substitution works
 t/op/substT.t                  See if substitution works with -T
 t/op/subst_wamp.t              See if substitution works with $& present
@@ -4003,8 +4008,6 @@ t/run/switchF.t                   Test the -F switch
 t/run/switchI.t                        Test the -I switch
 t/run/switchn.t                        Test the -n switch
 t/run/switchp.t                        Test the -p switch
-t/run/switchPx.aux             Data for switchPx.t
-t/run/switchPx.t               Test the -Px combination
 t/run/switcht.t                        Test the -t switch
 t/run/switchx2.aux             Data for switchx.t
 t/run/switchx.aux              Data for switchx.t
@@ -4012,6 +4015,7 @@ t/run/switchx.t                   Test the -x switch
 t/TEST                         The regression tester
 t/TestInit.pm                  Preamble library for core tests
 t/test.pl                      Simple testing library
+t/thread_it.pl                 Run regression tests in a new thread
 t/uni/cache.t                  See if Unicode swash caching works
 t/uni/case.pl                  See if Unicode casing works
 t/uni/chomp.t                  See if Unicode chomp works
@@ -4032,6 +4036,7 @@ t/uni/upper.t                     See if Unicode casing works
 t/uni/write.t                  See if Unicode formats work
 t/win32/system.t               See if system works in Win*
 t/win32/system_tests           Test runner for system.t
+t/uni/tie.t                    See if Unicode tie works
 t/x2p/s2p.t                    See if s2p/psed work
 uconfig.h                      Configuration header for microperl
 uconfig.sh                     Configuration script for microperl