This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement 'skip' option for merging typemaps
[perl5.git] / MANIFEST
index 261535c..28cf4cd 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -965,7 +965,6 @@ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm    MakeMaker wrapper for C
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod         MakeMaker FAQ
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm              Write Makefiles for extensions
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod    Writing a module with MakeMaker
-cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/YAML.pm         clone of YAML::Tiny
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm            Writes a bootstrap file (see MakeMaker)
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm             Writes a linker options file for extensions
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm                 MakeMaker methods for AIX
@@ -1023,8 +1022,12 @@ cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm                          Testing library to capture prints
 cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t               test "MakeMaker Parameters" section
 cpan/ExtUtils-MakeMaker/t/make.t                               See if make detection works
 cpan/ExtUtils-MakeMaker/t/maketext_filter.t                    See if maketext_filter works
+cpan/ExtUtils-MakeMaker/t/meta_convert.t                               See if MakeMaker works
 cpan/ExtUtils-MakeMaker/t/metafile_data.t                      See if META.yml handling works
 cpan/ExtUtils-MakeMaker/t/metafile_file.t                      See if META.yml handling works
+cpan/ExtUtils-MakeMaker/t/META_for_testing.json                                test data for MakeMaker
+cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml                          test data for MakeMaker
+cpan/ExtUtils-MakeMaker/t/META_for_testing.yml                         test data for MakeMaker
 cpan/ExtUtils-MakeMaker/t/miniperl.t                           Test MakeMaker with miniperl
 cpan/ExtUtils-MakeMaker/t/min_perl_version.t                   Test the MIN_PERL_VERSION argument to WriteMakefile.
 cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t                                See if ExtUtils::Mkbootstrap works
@@ -2968,20 +2971,56 @@ dist/ExtUtils-Install/t/Packlist.t                      See if Packlist works
 dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm                        Utilities to write MANIFEST files
 dist/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP              The default MANIFEST.SKIP
 dist/ExtUtils-Manifest/t/Manifest.t                            See if ExtUtils::Manifest works
-dist/ExtUtils-ParseXS/Changes                  ExtUtils::ParseXS change log
-dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm  converts Perl XS code into C code
-dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp      External subroutine preprocessor
-dist/ExtUtils-ParseXS/t/basic.t                        See if ExtUtils::ParseXS works
-dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm   ExtUtils::ParseXS testing utility
-dist/ExtUtils-ParseXS/t/more.t                 Extended ExtUtils::ParseXS testing
-dist/ExtUtils-ParseXS/t/typemap                        Standard typemap for controlled testing
-dist/ExtUtils-ParseXS/t/usage.t                        ExtUtils::ParseXS tests
-dist/ExtUtils-ParseXS/t/XSInclude.xsh          Test file for ExtUtils::ParseXS tests
-dist/ExtUtils-ParseXS/t/XSMore.xs              Test file for ExtUtils::ParseXS tests
-dist/ExtUtils-ParseXS/t/XSTest.pm              Test file for ExtUtils::ParseXS tests
-dist/ExtUtils-ParseXS/t/XSTest.xs              Test file for ExtUtils::ParseXS tests
-dist/ExtUtils-ParseXS/t/XSUsage.pm             ExtUtils::ParseXS tests
-dist/ExtUtils-ParseXS/t/XSUsage.xs             ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/Changes                                  ExtUtils::ParseXS change log
+dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm                ExtUtils::ParseXS guts
+dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm       ExtUtils::ParseXS guts
+dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm                  converts Perl XS code into C code
+dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod                 ExtUtils::ParseXS documentation
+dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm                ExtUtils::ParseXS guts
+dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm                ExtUtils::Typemaps guts
+dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm       ExtUtils::Typemaps guts
+dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm                 ExtUtils::Typemaps, a PXS helper
+dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm            ExtUtils::Typemaps guts
+dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp                      External subroutine preprocessor
+dist/ExtUtils-ParseXS/t/001-basic.t                            See if ExtUtils::ParseXS works
+dist/ExtUtils-ParseXS/t/002-more.t                             Extended ExtUtils::ParseXS testing
+dist/ExtUtils-ParseXS/t/003-usage.t                            ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/004-nolinenumbers.t                    ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t       ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/102-trim_whitespace.t                  ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/103-tidy_type.t                                ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/104-map_type.t                         ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/105-valid_proto_string.t               ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/106-process_typemaps.t                 ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/107-make_targetable.t                  ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/108-map_type.t                         ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t                 ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/110-assign_func_args.t                 ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t  ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/112-set_cond.t                         ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t    ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t                 ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/501-t-compile.t                                ExtUtils::Typemaps tests
+dist/ExtUtils-ParseXS/t/510-t-bare.t                           ExtUtils::Typemaps tests
+dist/ExtUtils-ParseXS/t/511-t-whitespace.t                     ExtUtils::Typemaps tests
+dist/ExtUtils-ParseXS/t/512-t-file.t                           ExtUtils::Typemaps tests
+dist/ExtUtils-ParseXS/t/513-t-merge.t                          ExtUtils::Typemaps tests
+dist/ExtUtils-ParseXS/t/data/combined.typemap                  ExtUtils::Typemaps test data
+dist/ExtUtils-ParseXS/t/data/conflicting.typemap               ExtUtils::Typemaps test data
+dist/ExtUtils-ParseXS/t/data/confl_repl.typemap                        ExtUtils::Typemaps test data
+dist/ExtUtils-ParseXS/t/data/confl_skip.typemap                        ExtUtils::Typemaps test data
+dist/ExtUtils-ParseXS/t/data/other.typemap                     ExtUtils::Typemaps test data
+dist/ExtUtils-ParseXS/t/data/simple.typemap                    ExtUtils::Typemaps test data
+dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm                   ExtUtils::ParseXS testing utility
+dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm                        Primitive STDOUT/ERR capturing for tests
+dist/ExtUtils-ParseXS/t/pseudotypemap1                         A test-typemap
+dist/ExtUtils-ParseXS/t/typemap                                        Standard typemap for controlled testing
+dist/ExtUtils-ParseXS/t/XSInclude.xsh                          Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSMore.xs                              Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSTest.pm                              Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSTest.xs                              Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSUsage.pm                             ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSUsage.xs                             ExtUtils::ParseXS tests
 dist/File-CheckTree/lib/File/CheckTree.pm      Perl module supporting wholesale file mode validation
 dist/File-CheckTree/t/CheckTree.t              See if File::CheckTree works
 dist/Filter-Simple/lib/Filter/Simple.pm                                Simple frontend to Filter::Util::Call
@@ -3180,6 +3219,18 @@ dist/Net-Ping/t/410_syn_host.t           Ping Net::Ping
 dist/Net-Ping/t/450_service.t          Ping Net::Ping
 dist/Net-Ping/t/500_ping_icmp.t                Ping Net::Ping
 dist/Net-Ping/t/510_ping_udp.t         Ping Net::Ping
+dist/perlfaq/lib/perlfaq1.pod          General Questions About Perl
+dist/perlfaq/lib/perlfaq2.pod  Obtaining and Learning about Perl
+dist/perlfaq/lib/perlfaq3.pod  Programming Tools
+dist/perlfaq/lib/perlfaq4.pod  Data Manipulation
+dist/perlfaq/lib/perlfaq5.pod  Files and Formats
+dist/perlfaq/lib/perlfaq6.pod  Regexes
+dist/perlfaq/lib/perlfaq7.pod  Perl Language Issues
+dist/perlfaq/lib/perlfaq8.pod  System Interaction
+dist/perlfaq/lib/perlfaq9.pod  Networking
+dist/perlfaq/lib/perlfaq.pm    Perl frequently asked questions
+dist/perlfaq/lib/perlfaq.pod   Perl frequently asked questions
+dist/Pod-Perldoc/lib/perldoc.pod                       Look up Perl documentation in Pod format
 dist/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm     utility module for perldoc
 dist/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm  options parsing for perldoc
 dist/Pod-Perldoc/lib/Pod/Perldoc.pm            guts of the 'perldoc' utility
@@ -3263,6 +3314,8 @@ dist/Storable/t/tied.t                    See if Storable works
 dist/Storable/t/utf8hash.t             See if Storable works
 dist/Storable/t/utf8.t                 See if Storable works
 dist/Storable/t/weak.t                 Can Storable store weakrefs
+dist/Term-ReadLine/lib/Term/ReadLine.pm                Stub readline library
+dist/Term-ReadLine/t/ReadLine.t                        See if Term::ReadLine works
 dist/Text-Abbrev/lib/Text/Abbrev.pm            An abbreviation table builder
 dist/Text-Abbrev/t/Abbrev.t            Test Text::Abbrev
 dist/Thread-Queue/lib/Thread/Queue.pm  Thread-safe queues
@@ -3992,8 +4045,6 @@ lib/Symbol.pm                     Symbol table manipulation routines
 lib/Symbol.t                   See if Symbol works
 lib/Term/Complete.pm           A command completion subroutine
 lib/Term/Complete.t            See if Term::Complete works
-lib/Term/ReadLine.pm           Stub readline library
-lib/Term/ReadLine.t            See if Term::ReadLine works
 lib/Thread.pm                  Thread extensions frontend
 lib/Thread.t                   Thread extensions frontend tests
 lib/Tie/Array.pm               Base class for tied arrays
@@ -4360,20 +4411,10 @@ pod/perldebtut.pod              Perl debugging tutorial
 pod/perldebug.pod              Perl debugging
 pod/perldelta.pod              Perl changes since previous version
 pod/perldiag.pod               Perl diagnostic messages
-pod/perldoc.pod                        Look up Perl documentation in Pod format
 pod/perldsc.pod                        Perl data structures intro
+pod/perldtrace.pod             Perl's support for DTrace
 pod/perlebcdic.pod             Considerations for running Perl on EBCDIC platforms
 pod/perlembed.pod              Perl ways to embed perl in your C or C++ application
-pod/perlfaq1.pod               General Questions About Perl
-pod/perlfaq2.pod               Obtaining and Learning about Perl
-pod/perlfaq3.pod               Programming Tools
-pod/perlfaq4.pod               Data Manipulation
-pod/perlfaq5.pod               Files and Formats
-pod/perlfaq6.pod               Regexes
-pod/perlfaq7.pod               Perl Language Issues
-pod/perlfaq8.pod               System Interaction
-pod/perlfaq9.pod               Networking
-pod/perlfaq.pod                        Perl frequently asked questions
 pod/perlfilter.pod             Perl source filters
 pod/perlfork.pod               Perl fork() information
 pod/perlform.pod               Perl formats
@@ -5079,6 +5120,7 @@ t/re/substT.t                     See if substitution works with -T
 t/re/subst_wamp.t              See if substitution works with $& present
 t/re/uniprops.t                        Test unicode \p{} regex constructs
 t/run/cloexec.t                        Test close-on-exec.
+t/run/dtrace.t                 Test for DTrace probes
 t/run/exit.t                   Test perl's exit status.
 t/run/fresh_perl.t             Tests that require a fresh perl.
 t/run/locale.t         Tests related to locale handling