Change 29418 by [EMAIL PROTECTED] on 2006/11/29 15:17:59
Upgrade to ExtUtils-ParseXS-2.17. Actuall just caught up with
most of the patches to bleadperl. The remaining change missing
is #29252, so, the version has been bumped to 2.17_01.
Affected files ...
... //depot/perl/lib/ExtUtils/ParseXS.pm#18 edit
Differences ...
==== //depot/perl/lib/ExtUtils/ParseXS.pm#18 (text) ====
Index: perl/lib/ExtUtils/ParseXS.pm
--- perl/lib/ExtUtils/ParseXS.pm#17~29269~ 2006-11-14 01:40:43.000000000
-0800
+++ perl/lib/ExtUtils/ParseXS.pm 2006-11-29 07:17:59.000000000 -0800
@@ -18,7 +18,7 @@
my($XSS_work_idx, $cpp_next_tmp);
use vars qw($VERSION);
-$VERSION = '2.16_02';
+$VERSION = '2.17_01';
use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re
$Overload $errors $Fallback
$cplusplus $hiertype $WantPrototypes $WantVersionChk $except
$WantLineNumbers
End of Patch.