Message-Id: <
B44DBB66-1AFE-4C93-BE5F-C41CF69166D2@free.fr>
[applied manually, plus $VERSION bump]
p4raw-id: //depot/perl@34043
package ExtUtils::Constant;
use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS);
-$VERSION = 0.20;
+$VERSION = 0.21;
=head1 NAME
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