ExtUtils::ParseXS 2.2002
David Mitchell [Wed, 22 Jul 2009 12:52:11 +0000 (13:52 +0100)]
Porting/Maintainers.pl
lib/ExtUtils/ParseXS.pm
lib/ExtUtils/ParseXS/Changes

index 6d35d25..68024b6 100755 (executable)
@@ -741,7 +741,7 @@ package Maintainers;
     'ExtUtils::ParseXS' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-ParseXS-2.20_01.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-ParseXS-2.2002.tar.gz',
        'FILES'         => q[lib/ExtUtils/ParseXS.pm
                             lib/ExtUtils/ParseXS
                             lib/ExtUtils/xsubpp
index 2a91c8f..3fa4cc0 100644 (file)
@@ -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
index debc228..b2568d0 100644 (file)
@@ -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]