This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump $ExtUtils::ParseXS::VERSION to non-dev version
authorFlorian Ragwitz <rafl@debian.org>
Tue, 27 Jul 2010 12:05:42 +0000 (14:05 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 27 Jul 2010 12:05:42 +0000 (14:05 +0200)
It's upstream => blead now.

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

index 453b319..e943604 100644 (file)
@@ -18,7 +18,7 @@ my(@XSStack); # Stack of conditionals and INCLUDEs
 my($XSS_work_idx, $cpp_next_tmp);
 
 use vars qw($VERSION);
 my($XSS_work_idx, $cpp_next_tmp);
 
 use vars qw($VERSION);
-$VERSION = '2.2206_01';
+$VERSION = '2.2207';
 $VERSION = eval $VERSION if $VERSION =~ /_/;
 
 use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re $Overload $errors $Fallback
 $VERSION = eval $VERSION if $VERSION =~ /_/;
 
 use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re $Overload $errors $Fallback