summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2013-04-15 08:31:53 +0200
committerSteffen Mueller <smueller@cpan.org>2013-06-25 08:00:25 +0200
commit9f8d2499ec277ee301b9b1d048650ee8ad0281cd (patch)
treeef2a683312c3f1860fe5d9eb2a73c6453a7c3a11 /MANIFEST
parentb6c2a869e3e6d848c791ecaf349040107e2372f8 (diff)
downloadperl-9f8d2499ec277ee301b9b1d048650ee8ad0281cd.tar.gz
EU::ParseXS: Stop using global state; an OO interface
This stops ExtUtils::ParseXS from using global state (unless using the functional interface which uses a singleton for compatibility). It also makes the interface more or less properly OO. Includes tests & docs; migrates xsubpp to use the OO interface.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ee58599c3a..bf08840ed4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3000,6 +3000,7 @@ 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/Constants.pm ExtUtils::ParseXS guts
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm ExtUtils::ParseXS guts
+dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.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