This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Declare global instance as a stepping stone to an OO ExtUtils::ParseXS
[perl5.git] / MANIFEST
index d48876e..90796b0 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2971,20 +2971,32 @@ 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/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/lib/IncludeTester.pm                   ExtUtils::ParseXS testing utility
+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
@@ -3183,6 +3195,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
@@ -3266,6 +3290,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
@@ -3995,8 +4021,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
@@ -4363,20 +4387,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
@@ -5082,6 +5096,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