In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b7d34c6cc3dc8c98495164fbce7d2415e0fb8365?hp=f0ba2695eaf69c89c55a53bd75472a7b1d2aa436>
- Log ----------------------------------------------------------------- commit b7d34c6cc3dc8c98495164fbce7d2415e0fb8365 Author: Tony Cook <[email protected]> Date: Wed Jul 23 14:21:42 2014 +1000 bump $XS::APItest::VERSION for the grok_atou() merge ----------------------------------------------------------------------- Summary of changes: ext/XS-APItest/APItest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index 4fa92e9..7fed553 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -5,7 +5,7 @@ use strict; use warnings; use Carp; -our $VERSION = '0.62'; +our $VERSION = '0.63'; require XSLoader; -- Perl5 Master Repository
