In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f0cc5821d4f8c3fe3dbc3280b1af45f7d499b8d2?hp=10739482b60a2563abb7e52756db7e81db65665c>
- Log ----------------------------------------------------------------- commit f0cc5821d4f8c3fe3dbc3280b1af45f7d499b8d2 Author: Leon Brocard <a...@astray.com> Date: Mon Apr 19 21:13:10 2010 +0100 Bump version number EU::MM is "first-come" so we have forked it M cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm commit 7148b6bb5b7f6e72e0df14a67cd72a8e7f260ad5 Author: Leon Brocard <a...@astray.com> Date: Mon Apr 19 21:09:45 2010 +0100 Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5 M ext/XS-APItest/APItest.pm ----------------------------------------------------------------------- Summary of changes: cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 +- ext/XS-APItest/APItest.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm index 564d321..3d059be 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm @@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue); # If we make $VERSION an our variable parse_version() breaks use vars qw($VERSION); -$VERSION = '6.56'; +$VERSION = '6.5601'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any); diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index b176793..acb885e 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -27,7 +27,7 @@ our @EXPORT = qw( print_double print_int print_long sv_count ); -our $VERSION = '0.17'; +our $VERSION = '0.18'; use vars '$WARNINGS_ON_BOOTSTRAP'; use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END); -- Perl5 Master Repository