From: Sébastien Aperghis-Tramoni Date: Sun, 8 Jun 2008 02:55:21 +0000 (+0200) Subject: Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=661290c7db36a7818cda2823da4006a4dc9c8cd1;p=p5sagit%2Fp5-mst-13.2.git Re: Change 34005: Re: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.25.tar.gz Message-Id: [applied manually, plus $VERSION bump] p4raw-id: //depot/perl@34043 --- diff --git a/lib/ExtUtils/Constant.pm b/lib/ExtUtils/Constant.pm index c449a9b..91e9b1d 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. + =item C_FH A filehandle to write the C code to. If not given, then I is opened