Change 34043 by [EMAIL PROTECTED] on 2008/06/11 20:39:19
Subject: Re: Change 34005: Re: CPAN Upload:
S/SA/SAPER/Sys-Syslog-0.25.tar.gz
From: Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 8 Jun 2008 02:55:21 +0200
[applied manually, plus $VERSION bump]
Affected files ...
... //depot/perl/lib/ExtUtils/Constant.pm#29 edit
Differences ...
==== //depot/perl/lib/ExtUtils/Constant.pm#29 (text) ====
Index: perl/lib/ExtUtils/Constant.pm
--- perl/lib/ExtUtils/Constant.pm#28~26507~ 2005-12-27 15:39:42.000000000
-0800
+++ perl/lib/ExtUtils/Constant.pm 2008-06-11 13:39:19.000000000 -0700
@@ -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 @@
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
End of Patch.