summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Constant.pm
diff options
context:
space:
mode:
authorSébastien Aperghis-Tramoni <sebastien@aperghis.net>2008-06-08 04:55:21 +0200
committerNicholas Clark <nick@ccl4.org>2008-06-11 20:39:19 +0000
commit661290c7db36a7818cda2823da4006a4dc9c8cd1 (patch)
treef3b0b409f86c87ea18b647ea7411722b1e39996d /lib/ExtUtils/Constant.pm
parentc0ed5c75679d185e8c0f26e6f3efcd090e1e3f70 (diff)
downloadperl-661290c7db36a7818cda2823da4006a4dc9c8cd1.tar.gz
Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz
Message-Id: <B44DBB66-1AFE-4C93-BE5F-C41CF69166D2@free.fr> [applied manually, plus $VERSION bump] p4raw-id: //depot/perl@34043
Diffstat (limited to 'lib/ExtUtils/Constant.pm')
-rw-r--r--lib/ExtUtils/Constant.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ExtUtils/Constant.pm b/lib/ExtUtils/Constant.pm
index c449a9b3f8..91e9b1d1e4 100644
--- a/lib/ExtUtils/Constant.pm
+++ b/lib/ExtUtils/Constant.pm
@@ -1,6 +1,6 @@
package ExtUtils::Constant;
use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS);
-$VERSION = 0.20;
+$VERSION = 0.21;
=head1 NAME
@@ -438,6 +438,10 @@ for each group with this number or more names in.
An array of constants' names, either scalars containing names, or hashrefs
as detailed in L<"C_constant">.
+=item PROXYSUBS
+
+If true, uses proxy subs. See L<ExtUtils::Constant::ProxySubs>.
+
=item C_FH
A filehandle to write the C code to. If not given, then I<C_FILE> is opened