In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1266f6a243b5c49226a55a1f60d6fa0ce69e5b1a?hp=cc79184af404afe114cb2f3feea867845ea20a79>
- Log ----------------------------------------------------------------- commit 1266f6a243b5c49226a55a1f60d6fa0ce69e5b1a Author: Florian Ragwitz <[email protected]> Date: Tue Jul 27 14:05:42 2010 +0200 Bump $ExtUtils::ParseXS::VERSION to non-dev version It's upstream => blead now. ----------------------------------------------------------------------- Summary of changes: dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm index 453b319..e943604 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm +++ b/dist/ExtUtils-ParseXS/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.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 -- Perl5 Master Repository
