Re: [perl #34493] h2ph `extern inline' problems
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 78baed2..9874f0d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -842,9 +842,11 @@ ext/Thread/README.threads          Notes about multithreading
 ext/threads/Changes            ithreads
 ext/Thread/Semaphore.pmx       Threadsafe semaphore
 ext/threads/Makefile.PL                ithreads
+ext/threads/hints/linux.pl     thread shared variables
 ext/Thread/specific.tx         Test thread-specific user data
 ext/threads/README             ithreads
 ext/threads/shared/Makefile.PL thread shared variables
+ext/threads/shared/hints/linux.pl      thread shared variables
 ext/threads/shared/README      thread shared variables
 ext/threads/shared/shared.pm   thread shared variables
 ext/threads/shared/shared.xs   thread shared variables
@@ -1169,6 +1171,7 @@ lib/Carp.pm                       Error message base class
 lib/Carp.t                     See if Carp works
 lib/CGI/Apache.pm              Support for Apache's Perl module
 lib/CGI/Carp.pm                        Log server errors with helpful context
+lib/CGI/Changes                        Changelog for CGI.pm
 lib/CGI/Cookie.pm              Interface to Netscape Cookies
 lib/CGI/eg/caution.xbm         CGI example
 lib/CGI/eg/clickable_image.cgi CGI example
@@ -2749,6 +2752,8 @@ t/op/recurse.t                    See if deep recursion works
 t/op/ref.t                     See if refs and objects work
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
 t/op/regexp_qr.t               See if regular expressions work as qr//
+t/op/regexp_trielist.t         See if regular expressions work with trie optimisation
+t/op/regexp_notrie.t           See if regular expressions work without trie optimisation
 t/op/regexp.t                  See if regular expressions work
 t/op/regmesg.t                 See if one can get regular expression errors
 t/op/repeat.t                  See if x operator works