diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-22 21:02:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-22 21:02:19 +0000 |
commit | 6d7fb585cd8ad83f4523191641999603aa48eb76 (patch) | |
tree | 8bf1c93c4df7605d784e1d20789723241c4cedaa /MANIFEST | |
parent | fd7cb28932b10967bdc6b5b22df7b182830362a3 (diff) | |
download | perl-6d7fb585cd8ad83f4523191641999603aa48eb76.tar.gz |
Make ExtUtils::Constant generate the inlineable proxy constant subs.
So far just enough to make Fcntl work.
p4raw-id: //depot/perl@26453
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1447,6 +1447,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 |