This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: reflow a couple of entries
[perl5.git] / MANIFEST
index fa0262a..982fab7 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,3 @@
-apollo/netinet/in.h    Apollo DomainOS port: C header file frontend
 Artistic               The "Artistic License"
 AUTHORS                        Contact info for contributors
 autodoc.pl             Creates pod/perlintern.pod and pod/perlapi.pod
@@ -7,7 +6,6 @@ av.h                    Array value header
 beos/beos.c            BeOS port
 beos/beosish.h         BeOS port
 beos/nm.c              BeOS port
-cc_runtime.h           Macros need by runtime of compiler-generated code
 cflags.SH              A script that emits C compilation flags per file
 Changes                        Describe how to peruse changes between releases
 config_h.SH            Produces config.h
@@ -71,7 +69,7 @@ cpan/Archive-Tar/t/src/short/foo.tgz                  Archive::Tar tests
 cpan/autodie/lib/autodie/exception.pm          Exception class for autodie
 cpan/autodie/lib/autodie/exception/system.pm   Exception class for autodying system()
 cpan/autodie/lib/autodie/hints.pm      Hinting interface for autodie
-cpan/autodie/lib/autodie.pm            Functions suceed or die with lexical scope
+cpan/autodie/lib/autodie.pm            Functions succeed or die with lexical scope
 cpan/autodie/lib/Fatal.pm              Make errors in functions/builtins fatal
 cpan/autodie/t/00-load.t               autodie - basic load
 cpan/autodie/t/autodie.t               autodie - Basic functionality
@@ -104,7 +102,7 @@ cpan/autodie/t/internal-backcompat.t        autodie - Back-compatibility tests
 cpan/autodie/t/internal.t              autodie - internal interface tests
 cpan/autodie/t/lethal.t                        autodie - lethal is the one true name
 cpan/autodie/t/lib/autodie/test/au/exception.pm        autodie - Australian helper
-cpan/autodie/t/lib/autodie/test/au.pm          autodie - Austrlaian helper
+cpan/autodie/t/lib/autodie/test/au.pm          autodie - Australian helper
 cpan/autodie/t/lib/autodie/test/badname.pm     autodie - Bad exception class
 cpan/autodie/t/lib/autodie/test/missing.pm     autodie - Missing exception class
 cpan/autodie/t/lib/Caller_helper.pm            autodie - Caller helper
@@ -174,18 +172,21 @@ cpan/CGI/t/apache.t                       See if CGI::Apache still loads
 cpan/CGI/t/autoescape.t                        See if CGI.pm works
 cpan/CGI/t/can.t                       See if CGI.pm works
 cpan/CGI/t/carp.t                      See if CGI::Carp works
+cpan/CGI/t/charset.t                   See if CGI::Carp works
 cpan/CGI/t/checkbox_group.t            See if CGI.pm works
 cpan/CGI/t/cookie.t                    See if CGI::Cookie works
 cpan/CGI/t/Dump.t                      See if CGI->Dump works
 cpan/CGI/t/end_form.t                  See if CGI.pm works
 cpan/CGI/t/form.t                      See if CGI.pm works
 cpan/CGI/t/function.t                  See if CGI.pm works
+cpan/CGI/t/headers.t                   See if CGI.pm works
 cpan/CGI/t/hidden.t                    See if CGI.pm works
 cpan/CGI/t/html.t                      See if CGI.pm works
 cpan/CGI/t/http.t                      See if CGI.pm works
 cpan/CGI/t/init.t                      See if CGI.pm works
 cpan/CGI/t/init_test.txt               See if CGI.pm works
 cpan/CGI/t/no_tabindex.t               See if CGI.pm works
+cpan/CGI/t/param_fetch.t                       See if CGI pop menus work
 cpan/CGI/t/popup_menu.t                        See if CGI pop menus work
 cpan/CGI/t/pretty.t                    See if CGI.pm works
 cpan/CGI/t/push.t                      See if CGI::Push works
@@ -289,6 +290,8 @@ cpan/CPAN/lib/CPAN/FirstTime.pm             Utility for creating CPAN config files
 cpan/CPAN/lib/CPAN/FTP/netrc.pm                helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/FTP.pm                      helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/HandleConfig.pm     helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/HTTP/Client.pm      helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/HTTP/Credentials.pm helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Index.pm            helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/InfoObj.pm          helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd              helper file for validating config files
@@ -1028,6 +1031,62 @@ cpan/Getopt-Long/t/gol-linkage.t See if Getopt::Long works
 cpan/Getopt-Long/t/gol-oo.t            See if Getopt::Long works
 cpan/Getopt-Long/t/gol-xargv.t         See if Getopt::Long works
 cpan/Getopt-Long/t/gol-xstring.t       See if Getopt::Long works
+cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
+cpan/HTTP-Tiny/t/000_load.t
+cpan/HTTP-Tiny/t/001_api.t
+cpan/HTTP-Tiny/t/002_croakage.t
+cpan/HTTP-Tiny/t/00-compile.t
+cpan/HTTP-Tiny/t/010_url.t
+cpan/HTTP-Tiny/t/020_headers.t
+cpan/HTTP-Tiny/t/030_response.t
+cpan/HTTP-Tiny/t/040_content.t
+cpan/HTTP-Tiny/t/050_chunked_body.t
+cpan/HTTP-Tiny/t/060_http_date.t
+cpan/HTTP-Tiny/t/100_get.t
+cpan/HTTP-Tiny/t/110_mirror.t
+cpan/HTTP-Tiny/t/120_put.t
+cpan/HTTP-Tiny/t/130_redirect.t
+cpan/HTTP-Tiny/t/cases/get-01.txt
+cpan/HTTP-Tiny/t/cases/get-02.txt
+cpan/HTTP-Tiny/t/cases/get-03.txt
+cpan/HTTP-Tiny/t/cases/get-04.txt
+cpan/HTTP-Tiny/t/cases/get-05.txt
+cpan/HTTP-Tiny/t/cases/get-06.txt
+cpan/HTTP-Tiny/t/cases/get-07.txt
+cpan/HTTP-Tiny/t/cases/get-08.txt
+cpan/HTTP-Tiny/t/cases/get-09.txt
+cpan/HTTP-Tiny/t/cases/get-10.txt
+cpan/HTTP-Tiny/t/cases/get-11.txt
+cpan/HTTP-Tiny/t/cases/get-12.txt
+cpan/HTTP-Tiny/t/cases/get-13.txt
+cpan/HTTP-Tiny/t/cases/get-14.txt
+cpan/HTTP-Tiny/t/cases/get-15.txt
+cpan/HTTP-Tiny/t/cases/get-16.txt
+cpan/HTTP-Tiny/t/cases/get-17.txt
+cpan/HTTP-Tiny/t/cases/get-18.txt
+cpan/HTTP-Tiny/t/cases/get-19.txt
+cpan/HTTP-Tiny/t/cases/get-20.txt
+cpan/HTTP-Tiny/t/cases/get-21.txt
+cpan/HTTP-Tiny/t/cases/mirror-01.txt
+cpan/HTTP-Tiny/t/cases/mirror-02.txt
+cpan/HTTP-Tiny/t/cases/mirror-03.txt
+cpan/HTTP-Tiny/t/cases/mirror-04.txt
+cpan/HTTP-Tiny/t/cases/mirror-05.txt
+cpan/HTTP-Tiny/t/cases/put-01.txt
+cpan/HTTP-Tiny/t/cases/put-02.txt
+cpan/HTTP-Tiny/t/cases/put-03.txt
+cpan/HTTP-Tiny/t/cases/put-04.txt
+cpan/HTTP-Tiny/t/cases/put-05.txt
+cpan/HTTP-Tiny/t/cases/redirect-01.txt
+cpan/HTTP-Tiny/t/cases/redirect-02.txt
+cpan/HTTP-Tiny/t/cases/redirect-03.txt
+cpan/HTTP-Tiny/t/cases/redirect-04.txt
+cpan/HTTP-Tiny/t/cases/redirect-05.txt
+cpan/HTTP-Tiny/t/cases/redirect-06.txt
+cpan/HTTP-Tiny/t/cases/redirect-07.txt
+cpan/HTTP-Tiny/t/cases/redirect-08.txt
+cpan/HTTP-Tiny/t/cases/redirect-09.txt
+cpan/HTTP-Tiny/t/Util.pm
 cpan/IO-Compress/Changes                               IO::Compress
 cpan/IO-Compress/examples/compress-zlib/filtdef                IO::Compress
 cpan/IO-Compress/examples/compress-zlib/filtinf                IO::Compress
@@ -1465,8 +1524,10 @@ cpan/Module-Build/lib/Module/Build/YAML.pm               Module::Build
 cpan/Module-Build/scripts/config_data                  Module::Build
 cpan/Module-Build/t/00-compile.t                       Module::Build
 cpan/Module-Build/t/actions/installdeps.t              Module::Build
+cpan/Module-Build/t/actions/manifest_skip.t
 cpan/Module-Build/t/add_property.t                     Module::Build
 cpan/Module-Build/t/basic.t                            Module::Build
+cpan/Module-Build/t/bundled/Software/License.pm
 cpan/Module-Build/t/bundled/Tie/CPHash.pm              Module::Build
 cpan/Module-Build/t/bundle_inc.t                       Module::Build
 cpan/Module-Build/t/compat/exit.t                      Module::Build
@@ -1481,10 +1542,10 @@ cpan/Module-Build/t/install_extra_target.t              Module::Build
 cpan/Module-Build/t/install.t                          Module::Build
 cpan/Module-Build/t/lib/DistGen.pm                     Module::Build
 cpan/Module-Build/t/lib/MBTest.pm                      Module::Build
+cpan/Module-Build/t/lib/Software/License/VaporWare.pm
 cpan/Module-Build/t/manifypods.t                       Module::Build
 cpan/Module-Build/t/metadata2.t                                Module::Build
 cpan/Module-Build/t/metadata.t                         Module::Build
-cpan/Module-Build/t/moduleinfo.t                       Module::Build
 cpan/Module-Build/t/mymeta.t                           Module::Build
 cpan/Module-Build/t/new_from_context.t                 Module::Build
 cpan/Module-Build/t/notes.t                            Module::Build
@@ -1493,8 +1554,11 @@ cpan/Module-Build/t/perl_mb_opt.t                        Module::Build
 cpan/Module-Build/t/PL_files.t                         Module::Build
 cpan/Module-Build/t/pod_parser.t                       Module::Build
 cpan/Module-Build/t/ppm.t                              Module::Build
+cpan/Module-Build/t/properties/dist_suffix.t
+cpan/Module-Build/t/properties/license.t
 cpan/Module-Build/t/properties/module_name.t           Module::Build
 cpan/Module-Build/t/properties/needs_compiler.t                Module::Build
+cpan/Module-Build/t/properties/release_status.t
 cpan/Module-Build/t/properties/share_dir.t             Module::Build
 cpan/Module-Build/t/README.pod                         Module::Build
 cpan/Module-Build/t/resume.t                           Module::Build
@@ -1528,6 +1592,11 @@ cpan/Module-Load/t/to_load/LoadMe.pl             Module::Load tests
 cpan/Module-Load/t/to_load/Must/Be/Loaded.pm   Module::Load tests
 cpan/Module-Load/t/to_load/TestModule.pm       Module::Load tests
 cpan/Module-Load/t/to_load/ToBeLoaded          Module::Load tests
+cpan/Module-Metadata/lib/Module/Metadata.pm
+cpan/Module-Metadata/t/lib/DistGen.pm
+cpan/Module-Metadata/t/lib/MBTest.pm
+cpan/Module-Metadata/t/lib/Tie/CPHash.pm
+cpan/Module-Metadata/t/metadata.t
 cpan/Module-Pluggable/lib/Devel/InnerPackage.pm                Find inner packages
 cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm   Module::Pluggable
 cpan/Module-Pluggable/lib/Module/Pluggable.pm          Module::Pluggable
@@ -1624,43 +1693,28 @@ cpan/parent/t/parent-classfromfile.t            tests for parent.pm
 cpan/parent/t/parent-pmc.t                     tests for parent.pm
 cpan/parent/t/parent-returns-false.t           tests for parent.pm
 cpan/parent/t/parent.t                         tests for parent.pm
-cpan/Parse-CPAN-Meta/Changes                           Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm            Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/01_compile.t                    Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/02_basic.t                      Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/03_regression.t                 Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/04_scalar.t                     Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/05_export.t                     Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/11_meta_yml.t                   Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/12_plagger.t                    Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/13_perl_smith.t                 Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/14_yaml_org.t                   Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/15_multibyte.t                  Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/16_nullrefs.t                   Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/17_toolbar.t                    Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/18_tap.t                                Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/19_errors.t                     Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/21_bom.t                                Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/HTML-WebDAO.yml            Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/multibyte.yml              Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/sample.yml                 Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml       Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml     Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/toolbar.yml                        Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml  Parse::CPAN::Meta - manually generated; see Porting/Maintainers.pl
-cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml.packed   Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/data/vanilla.yml                        Parse::CPAN::Meta
-cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm     Parse::CPAN::Meta testing library
-cpan/Parse-CPAN-Meta/uupacktool.pl                     Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/Changes
+cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
+cpan/Parse-CPAN-Meta/t/01_compile.t
+cpan/Parse-CPAN-Meta/t/02_api.t
+cpan/Parse-CPAN-Meta/t/03_functions.t
+cpan/Parse-CPAN-Meta/t/04_export.t
+cpan/Parse-CPAN-Meta/t/05_errors.t
+cpan/Parse-CPAN-Meta/t/data/VR-META.json
+cpan/Parse-CPAN-Meta/t/data/VR-META.yml
+cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
 cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm      PerlIO::via::QuotedPrint
 cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t                    PerlIO::via::QuotedPrint
+cpan/Perl-OSType/lib/Perl/OSType.pm                    Perl::OSType
+cpan/Perl-OSType/t/00-compile.t                        Perl::OSType
+cpan/Perl-OSType/t/OSType.t                    Perl::OSType
 cpan/Pod-Escapes/ChangeLog             ChangeLog for Pod::Escapes
 cpan/Pod-Escapes/lib/Pod/Escapes.pm    Pod::Escapes
 cpan/Pod-Escapes/README                        README for Pod::Escapes
 cpan/Pod-Escapes/t/01_about_verbose.t  test Pod::Escapes
 cpan/Pod-Escapes/t/10_main.t           test Pod::Escapes
 cpan/Pod-Escapes/t/15_name2charnum.t   test Pod::Escapes
-cpan/Pod-LaTeX/LaTeX.pm                Convert POD data to LaTeX
+cpan/Pod-LaTeX/lib/Pod/LaTeX.pm                Convert POD data to LaTeX
 cpan/Pod-LaTeX/pod2latex.PL    Precursor for translator to turn pod into LaTeX
 cpan/Pod-LaTeX/t/pod2latex.t   See if Pod::LaTeX works
 cpan/Pod-LaTeX/t/user.t                See if Pod::LaTeX works
@@ -1931,7 +1985,7 @@ cpan/Pod-Simple/t/xhtml10.t                               Pod::Simple test file
 cpan/Pod-Simple/t/x_nixer.t                            Pod::Simple test file
 cpan/Shell/Shell.pm            Make AUTOLOADed system() calls
 cpan/Shell/t/Shell.t           Tests for above
-cpan/Sys-Syslog/Changes                        Changlog for Sys::Syslog
+cpan/Sys-Syslog/Changes                        Changelog for Sys::Syslog
 cpan/Sys-Syslog/fallback/const-c.inc   Sys::Syslog constants fallback file
 cpan/Sys-Syslog/fallback/const-xs.inc  Sys::Syslog constants fallback file
 cpan/Sys-Syslog/fallback/syslog.h      Sys::Syslog header fallback file
@@ -2487,6 +2541,9 @@ cpan/Unicode-Collate/Collate/Locale/zh_pin.pl                     Unicode::Collate
 cpan/Unicode-Collate/Collate/Locale/zh.pl                      Unicode::Collate
 cpan/Unicode-Collate/Collate/Locale/zh_strk.pl                 Unicode::Collate
 cpan/Unicode-Collate/Collate.pm                        Unicode::Collate
+cpan/Unicode-Collate/Collate.xs                        Unicode::Collate
+cpan/Unicode-Collate/Makefile.PL                       Unicode::Collate
+cpan/Unicode-Collate/mkheader                  Unicode::Collate
 cpan/Unicode-Collate/README                    Unicode::Collate
 cpan/Unicode-Collate/t/altern.t                        Unicode::Collate
 cpan/Unicode-Collate/t/backwds.t                       Unicode::Collate
@@ -2599,6 +2656,13 @@ cpan/Unicode-Normalize/t/proto.t Unicode::Normalize
 cpan/Unicode-Normalize/t/split.t       Unicode::Normalize
 cpan/Unicode-Normalize/t/test.t                Unicode::Normalize
 cpan/Unicode-Normalize/t/tie.t         Unicode::Normalize
+cpan/Version-Requirements/Changes
+cpan/Version-Requirements/lib/Version/Requirements.pm
+cpan/Version-Requirements/t/accepts.t
+cpan/Version-Requirements/t/basic.t
+cpan/Version-Requirements/t/finalize.t
+cpan/Version-Requirements/t/from-hash.t
+cpan/Version-Requirements/t/merge.t
 cpan/Win32API-File/buffers.h   Win32API::File extension
 cpan/Win32API-File/cFile.h     Win32API::File extension
 cpan/Win32API-File/cFile.pc    Win32API::File extension
@@ -2760,7 +2824,6 @@ dist/Dumpvalue/t/Dumpvalue.t      See if Dumpvalue works
 dist/Env/lib/Env.pm            Map environment into ordinary variables
 dist/Env/t/array.t             See if Env works for arrays
 dist/Env/t/env.t               See if Env works
-dist/ExtUtils-CBuilder/Changes                                 Changes for ExtUtils::CBuilder
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm           Base class for ExtUtils::CBuilder methods
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm   CBuilder methods for AIX
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm        CBuilder methods for cygwin
@@ -2940,7 +3003,7 @@ dist/Math-BigInt/t/mbi_ali.t              Tests for BigInt
 dist/Math-BigInt/t/mbimbf.inc          Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
 dist/Math-BigInt/t/mbimbf.t            BigInt/BigFloat accuracy, precision and fallback, round_mode
 dist/Math-BigInt/t/mbi_rand.t          Test Math::BigInt randomly
-dist/Math-BigInt/t/nan_cmp.t           overloaded comparision involving *NaN*
+dist/Math-BigInt/t/nan_cmp.t           overloaded comparison involving *NaN*
 dist/Math-BigInt/t/new_overloaded.t    test overloaded numbers in BigFloat's new()
 dist/Math-BigInt/t/req_mbf0.t          test: require Math::BigFloat; ->bzero();
 dist/Math-BigInt/t/req_mbf1.t          test: require Math::BigFloat; ->bone();
@@ -3460,6 +3523,8 @@ ext/SDBM_File/typemap             SDBM extension interface types
 ext/Socket/Makefile.PL         Socket extension makefile writer
 ext/Socket/Socket.pm           Socket extension Perl module
 ext/Socket/Socket.xs           Socket extension external subroutines
+ext/Socket/t/getaddrinfo.t     See if Socket::getaddrinfo works
+ext/Socket/t/getnameinfo.t     See if Socket::getnameinfo works
 ext/Socket/t/socketpair.t      See if socketpair works
 ext/Socket/t/Socket.t          See if Socket works
 ext/Sys-Hostname/Hostname.pm   Sys::Hostname extension Perl module
@@ -3596,7 +3661,6 @@ hints/aix_4.sh                    Hints for named architecture
 hints/aix.sh                   Hints for named architecture
 hints/altos486.sh              Hints for named architecture
 hints/amigaos.sh               Hints for named architecture
-hints/apollo.sh                        Hints for named architecture
 hints/atheos.sh                        Hints for named architecture
 hints/aux_3.sh                 Hints for named architecture
 hints/beos.sh                  Hints for named architecture
@@ -3695,6 +3759,7 @@ installperl                       Perl script to do "make install" dirty work
 INTERN.h                       Included before domestic .h files
 intrpvar.h                     Variables held in each interpreter instance
 iperlsys.h                     Perl's interface to the system
+keywords.c                     Perl_keyword(), generated by regen/keywords.pl
 keywords.h                     The keyword numbers
 l1_char_class_tab.h            256 word bit table of character classes (for handy.h)
 lib/abbrev.pl                  An abbreviation table builder
@@ -4136,7 +4201,6 @@ perlio.c                  C code for PerlIO abstraction
 perlio.h                       PerlIO abstraction
 perliol.h                      PerlIO Layer definition
 perlio.sym                     Symbols for PerlIO abstraction
-perl_keyword.pl                        A script to generate Perl_keyword() in toke.c
 perlsdio.h                     Fake stdio using perlio
 perlsfio.h                     Prototype sfio mapping for PerlIO
 perlsh                         A poor man's perl shell
@@ -4177,6 +4241,7 @@ pod/perl5115delta.pod             Perl changes in version 5.11.5
 pod/perl5120delta.pod          Perl changes in version 5.12.0
 pod/perl5121delta.pod          Perl changes in version 5.12.1
 pod/perl5122delta.pod          Perl changes in version 5.12.2
+pod/perl5123delta.pod          Perl changes in version 5.12.3
 pod/perl5130delta.pod          Perl changes in version 5.13.0
 pod/perl5131delta.pod          Perl changes in version 5.13.1
 pod/perl5132delta.pod          Perl changes in version 5.13.2
@@ -4186,6 +4251,7 @@ pod/perl5135delta.pod             Perl changes in version 5.13.5
 pod/perl5136delta.pod          Perl changes in version 5.13.6
 pod/perl5137delta.pod          Perl changes in version 5.13.7
 pod/perl5138delta.pod          Perl changes in version 5.13.8
+pod/perl5139delta.pod          Perl changes in version 5.13.9
 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
@@ -4243,11 +4309,15 @@ pod/perlfilter.pod              Perl source filters
 pod/perlfork.pod               Perl fork() information
 pod/perlform.pod               Perl formats
 pod/perlfunc.pod               Perl built-in functions
+pod/perlgit.pod                        Using git with the Perl repository
 pod/perlglossary.pod           Perl Glossary
 pod/perlgpl.pod                        GNU General Public License
 pod/perlguts.pod               Perl internal functions for those doing extensions
 pod/perlhack.pod               Perl hackers guide
+pod/perlhacktips.pod           Tips for Perl core C code hacking
+pod/perlhacktut.pod            Walk through the creation of a simple C code patch
 pod/perlhist.pod               Perl history records
+pod/perlinterp.pod             Overview of the Perl intepreter source and how it works
 pod/perlintro.pod              Perl introduction for beginners
 pod/perliol.pod                        C API for Perl's implementation of IO in Layers
 pod/perlipc.pod                        Perl interprocess communication
@@ -4280,12 +4350,12 @@ pod/perlref.pod                 Perl references, the rest of the story
 pod/perlreftut.pod             Perl references short introduction
 pod/perlreguts.pod             Perl regular expression engine internals
 pod/perlre.pod                 Perl regular expressions, the rest of the story
-pod/perlrepository.pod         Perl source repository
 pod/perlrequick.pod            Perl regular expressions quick start
 pod/perlreref.pod              Perl regular expressions quick reference
 pod/perlretut.pod              Perl regular expressions tutorial
 pod/perlrun.pod                        Perl execution and options
 pod/perlsec.pod                        Perl security
+pod/perlsource.pod             Guide to the Perl source tree
 pod/perlstyle.pod              Perl style guide
 pod/perlsub.pod                        Perl subroutines
 pod/perlsyn.pod                        Perl syntax
@@ -4353,14 +4423,12 @@ Porting/makerel                 Release making utility
 Porting/make_snapshot.pl       Make a tgz snapshot of our tree with a .patch file in it
 Porting/manicheck              Check against MANIFEST
 Porting/manisort               Sort the MANIFEST
-Porting/mk_PL_charclass.pl     Populate the PL_charclass table
 Porting/newtests-perldelta.pl  Generate Perldelta stub for newly added tests
 Porting/perldelta_template.pod Template for creating new perldelta.pod files
 Porting/perlhist_calculate.pl          Perform calculations to update perlhist
 Porting/podtidy                        Reformat pod using Pod::Tidy
 Porting/pumpkin.pod            Guidelines and hints for Perl maintainers
 Porting/README.y2038           Perl notes for the 2038 fix
-Porting/regcharclass.pl                Generate regcharclass.h from inline data
 Porting/release_managers_guide.pod     Release Manager's Guide
 Porting/release_schedule.pod   Schedule for future releases
 Porting/rt_list_patches                A tool to help you apply patches from RT
@@ -4375,9 +4443,8 @@ pp_ctl.c                  Push/Pop code for control flow
 pp.h                           Push/Pop code defs
 pp_hot.c                       Push/Pop code for heavily used opcodes
 pp_pack.c                      Push/Pop code for pack/unpack
-pp_proto.h                     Not needed, but EU::MM currently references it
+pp_proto.h                     C++ definitions for Push/Pop code
 pp_sort.c                      Push/Pop code for sort
-pp.sym                         Push/Pop code symbols
 pp_sys.c                       Push/Pop code for system interaction
 proto.h                                Prototypes
 qnx/ar                         QNX implementation of "ar" utility
@@ -4386,7 +4453,6 @@ qnx/qnx.c                 QNX silent matherr callback
 README                         The Instructions
 README.aix                     Perl notes for AIX
 README.amiga                   Perl notes for AmigaOS
-README.apollo                  Perl notes for Apollo DomainOS
 README.beos                    Perl notes for BeOS
 README.bs2000                  Perl notes for POSIX-BC BS2000
 README.ce                      Perl notes for WinCE
@@ -4426,17 +4492,20 @@ README.vos                      Perl notes for Stratus VOS
 README.win32                   Perl notes for Windows
 reentr.c                       Reentrant interfaces
 reentr.h                       Reentrant interfaces
-regcharclass.h                 Generated by Porting/regcharclass.pl
+regcharclass.h                 Generated by regen/regcharclass.pl
 regcomp.c                      Regular expression compiler
 regcomp.h                      Private declarations for above
 regcomp.sym                    Data for regnodes.h
 regen/embed.pl                 Produces {embed,embedvar,proto}.h, global.sym
 regen/keywords.pl              Program to write keywords.h
+regen/mk_PL_charclass.pl       Populate the PL_charclass table
 regen/opcode.pl                        Opcode header generator
+regen/opcodes                  Opcode data
 regen/overload.pl              generate overload.h
 regen_perly.pl                 generate perly.{act,h,tab} from perly.y
 regen.pl                       Run all scripts that (re)generate files
 regen/reentr.pl                        Reentrant interfaces
+regen/regcharclass.pl          Generate regcharclass.h from inline data
 regen/regcomp.pl               Builder of regnodes.h
 regen/regen_lib.pl             Common file routines for generator scripts
 regen/warnings.pl              Program to write warnings.h and lib/warnings.pm
@@ -4454,7 +4523,7 @@ symbian/config.pl         Configuration script for Symbian
 symbian/config.sh              Configuration data for Symbian
 symbian/cwd.pl                 Helper code for config.pl
 symbian/demo_pl                        "Archive" of demo code
-symbian/ext/Moped/Msg/bld.inf  Demo extension build configuraion
+symbian/ext/Moped/Msg/bld.inf  Demo extension build configuration
 symbian/ext/Moped/Msg/location.pl      Demo extension script
 symbian/ext/Moped/Msg/Msg.mmp  Demo extension building
 symbian/ext/Moped/Msg/Msg.pkg  Demo extension packaging
@@ -4507,6 +4576,7 @@ t/base/num.t                      See if numbers work
 t/base/pat.t                   See if pattern matching works
 t/base/rs.t                    See if record-read works
 t/base/term.t                  See if various terms work
+t/base/while.t                 See if while work
 t/benchmark/rt26188-speed-up-keys-on-empty-hash.t      Benchmark if keys on empty hashes is fast enough
 t/cmd/elsif.t                  See if else-if works
 t/cmd/for.t                    See if for loops work
@@ -4521,7 +4591,7 @@ t/comp/decl.t                     See if declarations work
 t/comp/final_line_num.t                See if line numbers are correct at EOF
 t/comp/fold.t                  See if constant folding works
 t/comp/form_scope.t            See if format scoping works
-t/comp/hints.aux               Auxillary file for %^H test
+t/comp/hints.aux               Auxiliary file for %^H test
 t/comp/hints.t                 See if %^H works
 t/comp/line_debug_0.aux                Auxiliary file for @{"_<$file"} test
 t/comp/line_debug.t            See if @{"_<$file"} works
@@ -4866,17 +4936,21 @@ t/op/yadayada.t                 See if ... works
 t/perl.supp                    Perl valgrind suppressions
 t/porting/args_assert.t                Check that all PERL_ARGS_ASSERT* macros are used
 t/porting/authors.t            Check that all authors have been acknowledged
+t/porting/buildtoc.t           Check that various pod lists are consistent
 t/porting/checkcase.t          Check whether we are case-insensitive-fs-friendly
+t/porting/cmp_version.t                Test whether all changed module files have their VERSION bumped
 t/porting/diag.t               Test completeness of perldiag.pod
 t/porting/dual-life.t          Check that dual-life bins are in utils/
 t/porting/exec-bit.t           Check that exec-bit bins are identified
+t/porting/filenames.t          Check the MANIFEST for filename portability.
 t/porting/FindExt.t            Test win32/FindExt.pm
-t/porting/maintainers.t                Test that Porting/Maintaners.pl is up to date
+t/porting/maintainers.t                Test that Porting/Maintainers.pl is up to date
 t/porting/manifest.t           Test that this MANIFEST file is well formed
 t/porting/podcheck.t           Test the POD of shipped modules is well formed
 t/porting/regen.t              Check that regen.pl doesn't need running
 t/porting/test_bootstrap.t     Test that the instructions for test bootstrapping aren't accidentally overlooked.
 t/README                       Instructions for regression tests
+t/re/charset.t                 See if regex modifiers like /d, /u work properly
 t/re/fold_grind.t              See if case folding works properly
 t/re/overload.t                Test against string corruption in pattern matches on overloaded objects
 t/re/pat_advanced.t            See if advanced esoteric patterns work
@@ -4913,7 +4987,7 @@ t/re/reg_mesg.t                   See if one can get regular expression errors
 t/re/reg_namedcapture.t                Make sure glob assignment doesn't break named capture
 t/re/reg_nc_tie.t              Test the tied methods of Tie::Hash::NamedCapture
 t/re/reg_pmod.t                        See if regexp /p modifier works as expected
-t/re/reg_posixcc.t             See if posix character classes behave consistantly
+t/re/reg_posixcc.t             See if posix character classes behave consistently
 t/re/reg_unsafe.t              Check for unsafe match vars
 t/re/re.t                      See if exportable 're' funcs in universal.c work
 t/re/ReTest.pl                 Test utilities for the t/re/pat*.t tests (used by do)