From: Steve Peters Date: Wed, 29 Nov 2006 15:17:59 +0000 (+0000) Subject: Upgrade to ExtUtils-ParseXS-2.17. Actuall just caught up with X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70414f6c616c3d07a0332e24a018679b54402963;p=p5sagit%2Fp5-mst-13.2.git 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. p4raw-id: //depot/perl@29418 --- diff --git a/lib/ExtUtils/ParseXS.pm b/lib/ExtUtils/ParseXS.pm index a5db98d..c3df5b0 100644 --- a/lib/ExtUtils/ParseXS.pm +++ b/lib/ExtUtils/ParseXS.pm @@ -18,7 +18,7 @@ my(@XSStack); # Stack of conditionals and INCLUDEs 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