diff options
author | Steffen Mueller <smueller@cpan.org> | 2013-04-15 08:31:53 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2013-06-25 08:00:25 +0200 |
commit | 9f8d2499ec277ee301b9b1d048650ee8ad0281cd (patch) | |
tree | ef2a683312c3f1860fe5d9eb2a73c6453a7c3a11 /MANIFEST | |
parent | b6c2a869e3e6d848c791ecaf349040107e2372f8 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |