diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-04 12:02:04 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-10-04 12:02:04 +0000 |
commit | 4b75f5a1204fc501172a9743173878da4918e4de (patch) | |
tree | 8da42ca05a01ea43f0841c39cbe78550515c4729 /lib | |
parent | d1cf867f11f5ad3d5457379402059086936e6ae7 (diff) | |
download | perl-4b75f5a1204fc501172a9743173878da4918e4de.tar.gz |
Upgrade to ExtUtils-ParseXS-2.13
p4raw-id: //depot/perl@25690
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/ParseXS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/ParseXS.pm b/lib/ExtUtils/ParseXS.pm index 6167b2e06b..a5f8c28010 100644 --- a/lib/ExtUtils/ParseXS.pm +++ b/lib/ExtUtils/ParseXS.pm @@ -17,7 +17,7 @@ my(@XSStack); # Stack of conditionals and INCLUDEs my($XSS_work_idx, $cpp_next_tmp); use vars qw($VERSION); -$VERSION = '2.12_01'; +$VERSION = '2.13'; use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re $Overload $errors $Fallback $cplusplus $hiertype $WantPrototypes $WantVersionChk $except $WantLineNumbers |