diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-22 13:52:11 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-22 13:55:25 +0100 |
commit | d17935ef1906dca8af46fefa7ac03bfb82e88888 (patch) | |
tree | d5f31429ef96c3cd2c41e32dbfa1c092ab76ed50 /lib/ExtUtils | |
parent | bb5aedc13f30a9f0a65cc4c489b97a919d5d03a2 (diff) | |
download | perl-d17935ef1906dca8af46fefa7ac03bfb82e88888.tar.gz |
ExtUtils::ParseXS 2.2002
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/ParseXS.pm | 2 | ||||
-rw-r--r-- | lib/ExtUtils/ParseXS/Changes | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lib/ExtUtils/ParseXS.pm b/lib/ExtUtils/ParseXS.pm index 2a91c8fb98..3fa4cc00f5 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.20_01'; +$VERSION = '2.2002'; use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re $Overload $errors $Fallback $cplusplus $hiertype $WantPrototypes $WantVersionChk $except $WantLineNumbers diff --git a/lib/ExtUtils/ParseXS/Changes b/lib/ExtUtils/ParseXS/Changes index debc228861..b2568d0243 100644 --- a/lib/ExtUtils/ParseXS/Changes +++ b/lib/ExtUtils/ParseXS/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension ExtUtils::ParseXS. +2.2002 - Sat Jul 18 17:22:27 EDT 2009 + + Bug fixes: + - Fix Makefile.PL installdirs for older perls + 2.20_01 - Wed Jul 8 12:12:47 EDT 2009 - Fix XSUsage prototypes for testing [Jan Dubois] |