In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/10739482b60a2563abb7e52756db7e81db65665c?hp=970a5b1e54bef4b0af4823715a2a39a421075ce4>
- Log ----------------------------------------------------------------- commit 10739482b60a2563abb7e52756db7e81db65665c Author: Leon Brocard <[email protected]> Date: Mon Apr 19 21:08:50 2010 +0100 Bump version due to 255fdf19250671082618dae106a246f12379dbe6 ----------------------------------------------------------------------- Summary of changes: ext/XS-APItest-KeywordRPN/KeywordRPN.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ext/XS-APItest-KeywordRPN/KeywordRPN.pm b/ext/XS-APItest-KeywordRPN/KeywordRPN.pm index 2114c61..85322ec 100644 --- a/ext/XS-APItest-KeywordRPN/KeywordRPN.pm +++ b/ext/XS-APItest-KeywordRPN/KeywordRPN.pm @@ -84,7 +84,7 @@ package XS::APItest::KeywordRPN; use warnings; use strict; -our $VERSION = "0.003"; +our $VERSION = "0.004"; require XSLoader; XSLoader::load(__PACKAGE__, $VERSION); -- Perl5 Master Repository
