Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz
authorSébastien Aperghis-Tramoni <sebastien@aperghis.net>
Sun, 8 Jun 2008 02:55:21 +0000 (04:55 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 11 Jun 2008 20:39:19 +0000 (20:39 +0000)
Message-Id: <B44DBB66-1AFE-4C93-BE5F-C41CF69166D2@free.fr>

[applied manually, plus $VERSION bump]

p4raw-id: //depot/perl@34043

lib/ExtUtils/Constant.pm

index c449a9b..91e9b1d 100644 (file)
@@ -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