X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=78436f4c014cdd32dea75f3962c4640e2a462d59;hb=a6b599c70633c3b011aba1a198149d25707cbc98;hp=a8b5a9863aa10266a3aa3fe87bdcaff04bea170c;hpb=867bef193ba790d4f06f4e5549e8b8b4c2f6a389;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index a8b5a98..78436f4 100644 --- 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