POD: Use F<> for F<utils/perldoc> and F<utils/perldoc.PL>
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 1c34d01..5ca4f13 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -224,6 +224,7 @@ cpan/CGI/t/unescapeHTML.t           See if CGI::unescapeHTML() works
 cpan/CGI/t/uploadInfo.t                        See if CGI.pm works
 cpan/CGI/t/upload_post_text.txt                Test data for CGI.pm
 cpan/CGI/t/upload.t                    See if CGI.pm works
+cpan/CGI/t/url.t                       See if CGI.pm works
 cpan/CGI/t/user_agent.t                        See if CGI->user_agent() works
 cpan/CGI/t/utf8.t                      See if CGI.pm works
 cpan/CGI/t/util-58.t                   See if 5.8-dependent features work
@@ -2606,6 +2607,7 @@ dist/Data-Dumper/t/freezer.t      See if $Data::Dumper::Freezer works
 dist/Data-Dumper/Todo          Data pretty printer, futures
 dist/Data-Dumper/t/overload.t  See if Data::Dumper works for overloaded data
 dist/Data-Dumper/t/pair.t      See if Data::Dumper pair separator works
+dist/Data-Dumper/t/terse.t     See if Data::Dumper terse option works
 dist/ExtUtils-Install/Changes                          ExtUtils-Install change log
 dist/ExtUtils-Install/lib/ExtUtils/Installed.pm                Information on installed extensions
 dist/ExtUtils-Install/lib/ExtUtils/Install.pm          Handles 'make install' on extensions
@@ -2756,6 +2758,7 @@ dist/Safe/t/safeops.t             Tests that all ops can be trapped by Safe
 dist/Safe/t/safesort.t         Tests Safe with sort
 dist/Safe/t/safeuniversal.t    Tests Safe with functions from universal.c
 dist/Safe/t/safeutf8.t         Tests Safe with utf8.pm
+dist/Safe/t/safewrap.t         Tests Safe::wrap_code_ref()
 dist/SelfLoader/lib/SelfLoader.pm      Load functions only on demand
 dist/SelfLoader/t/01SelfLoader.t       See if SelfLoader works
 dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
@@ -3217,6 +3220,7 @@ ext/XS-APItest-KeywordRPN/Makefile.PL     XS::APItest::KeywordRPN extension
 ext/XS-APItest-KeywordRPN/README       XS::APItest::KeywordRPN extension
 ext/XS-APItest-KeywordRPN/t/keyword_plugin.t   test keyword plugin mechanism
 ext/XS-APItest-KeywordRPN/t/multiline.t        test plugin parsing across lines
+ext/XS-APItest-KeywordRPN/t/stuff_svcur_bug.t  test for a bug in lex_stuff_pvn
 ext/XS-APItest/Makefile.PL     XS::APItest extension
 ext/XS-APItest/MANIFEST                XS::APItest extension
 ext/XS-APItest/notcore.c       Test API functions when PERL_CORE is not defined
@@ -3866,8 +3870,8 @@ pod/perl5112delta.pod             Perl changes in version 5.11.2
 pod/perl5113delta.pod          Perl changes in version 5.11.3
 pod/perl5114delta.pod          Perl changes in version 5.11.4
 pod/perl5115delta.pod          Perl changes in version 5.11.5
-pod/perl5116delta.pod          Perl changes in version 5.11.6
 pod/perl5120delta.pod          Perl changes in version 5.12.0
+pod/perl5130delta.pod          Perl changes in version 5.13.0
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
 pod/perl570delta.pod           Perl changes in version 5.7.0
@@ -4011,7 +4015,8 @@ Porting/config_h.pl               Reorder config_h.SH after metaconfig
 Porting/config.sh              Sample config.sh
 Porting/core-cpan-diff         Compare core distros with their CPAN equivalents
 Porting/corecpan.pl            Reports outdated dual-lived modules
-Porting/corelist-perldelta.pl          Generates data perldelta from Module::CoreList
+Porting/corelist-diff          Tool to produce corelist diffs
+Porting/corelist-perldelta.pl  Generates data perldelta from Module::CoreList
 Porting/corelist.pl            Generates data for Module::CoreList
 Porting/curliff.pl             Curliff or liff your curliffable files.
 Porting/expand-macro.pl                A tool to expand C macro definitions in the Perl source
@@ -4221,6 +4226,7 @@ t/io/argv.t                       See if ARGV stuff works
 t/io/binmode.t                 See if binmode() works
 t/io/crlf.t                    See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
+t/io/defout.t                  See if PL_defoutgv works
 t/io/dup.t                     See if >& works right
 t/io/errno.t                   See if $! is correctly set
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
@@ -4465,6 +4471,7 @@ t/op/reset.t                      See if reset operator works
 t/op/reverse.t                 See if reverse operator works
 t/op/runlevel.t                        See if die() works from perl_call_*()
 t/op/setpgrpstack.t            See if setpgrp works
+t/op/sigdispatch.t             See if signals are always dispatched
 t/op/sleep.t                   See if sleep works
 t/op/smartmatch.t              See if the ~~ operator works
 t/op/sort.t                    See if sort works
@@ -4481,6 +4488,7 @@ t/op/study.t                      See if study works
 t/op/studytied.t               See if study works with tied scalars
 t/op/sub_lval.t                        See if lvalue subroutines work
 t/op/sub.t                     See if subroutines work
+t/op/svleak.t                  See if stuff leaks SVs
 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