summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-22 21:02:19 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-22 21:02:19 +0000
commit6d7fb585cd8ad83f4523191641999603aa48eb76 (patch)
tree8bf1c93c4df7605d784e1d20789723241c4cedaa /MANIFEST
parentfd7cb28932b10967bdc6b5b22df7b182830362a3 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index a8b5a9863a..eb3be34191 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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