Fix some compilation warnings
[p5sagit/p5-mst-13.2.git] / MANIFEST
index a8b5a98..78436f4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -125,6 +125,7 @@ ext/B/Todo          Compiler backend Todo list
 ext/B/t/OptreeCheck.pm         optree comparison tool
 ext/B/t/optree_check.t         test OptreeCheck apparatus
 ext/B/t/optree_concise.t       more B::Concise tests
+ext/B/t/optree_constants.t     B::Concise rendering of optimized constant subs
 ext/B/t/optree_samples.t       various basic codes: if for while 
 ext/B/t/optree_sort.t          inplace sort optimization regression
 ext/B/t/optree_specials.t      BEGIN, END, etc code
@@ -1050,6 +1051,7 @@ ext/XS/APItest/Makefile.PL        XS::APItest extension
 ext/XS/APItest/MANIFEST                XS::APItest extension
 ext/XS/APItest/README          XS::APItest extension
 ext/XS/APItest/t/call.t                XS::APItest extension
+ext/XS/APItest/t/my_cxt.t      XS::APItest: test MY_CXT interface
 ext/XS/APItest/t/exception.t   XS::APItest extension
 ext/XS/APItest/t/hash.t                XS::APItest extension
 ext/XS/APItest/t/printf.t      XS::APItest extension
@@ -1368,11 +1370,14 @@ lib/Config.t                    See if Config works
 lib/constant.pm                        For "use constant"
 lib/constant.t                 See if compile-time constants work
 lib/CPAN/bin/cpan              easily interact with CPAN from the command line
+lib/CPAN/Debug.pm              helper package for CPAN.pm
 lib/CPAN/FirstTime.pm          Utility for creating CPAN config files
+lib/CPAN/HandleConfig.pm       helper package for CPAN.pm
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
 lib/CPAN/PAUSE2003.pub         CPAN public key
 lib/CPAN/PAUSE2005.pub         CPAN public key
 lib/CPAN/SIGNATURE             CPAN public key
+lib/CPAN/Tarzip.pm             helper package for CPAN.pm
 lib/CPAN/Version.pm            Simple math with different flavors of version strings
 lib/CPAN.pm                    Interface to Comprehensive Perl Archive Network
 lib/CPAN/t/loadme.t            See if CPAN the module works
@@ -1447,6 +1452,7 @@ lib/ExtUtils/Command/MM.pm        Calling MM functions from the cmd line
 lib/ExtUtils/Command.pm                Utilities for Make on non-UNIX platforms
 lib/ExtUtils/Constant/Base.pm  generate XS code to import C header constants
 lib/ExtUtils/Constant.pm       generate XS code to import C header constants
+lib/ExtUtils/Constant/ProxySubs.pm     generate XS code for proxy constants
 lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
 lib/ExtUtils/Constant/XS.pm    generate XS code to import C header constants
 lib/ExtUtils/Embed.pm          Utilities for embedding Perl in C programs