In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/55ec0dff636c2a8ee5225314d7d46f928ab7f6da?hp=bf79bdf5e2818fc23260783e2752a2bb7f310ec3>

- Log -----------------------------------------------------------------
commit 55ec0dff636c2a8ee5225314d7d46f928ab7f6da
Author: David Golden <[email protected]>
Date:   Wed Jul 1 13:54:43 2009 -0400

    Updating ExtUtils-ParseXS to 2.20
    
    2.20 - Wed Jul  1 13:42:11 EDT 2009
    
     - No changes from 2.19_04
    
    Signed-off-by: H.Merijn Brand <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl  |    2 +-
 lib/ExtUtils/ParseXS.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 26c315d..64f79dd 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -731,7 +731,7 @@ package Maintainers;
     'ExtUtils::ParseXS' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-ParseXS-2.19_04.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-ParseXS-2.20.tar.gz',
        'FILES'         => q[lib/ExtUtils/ParseXS.pm
                             lib/ExtUtils/ParseXS
                             lib/ExtUtils/xsubpp
diff --git a/lib/ExtUtils/ParseXS.pm b/lib/ExtUtils/ParseXS.pm
index 6dbaecf..9f971d4 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.19_04';
+$VERSION = '2.20';
 
 use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re 
$Overload $errors $Fallback
            $cplusplus $hiertype $WantPrototypes $WantVersionChk $except 
$WantLineNumbers

--
Perl5 Master Repository

Reply via email to