This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump VERSIONs in XS-APItest and XS-APItest-KeywordRPN
authorSteve Hay <steve.m.hay@googlemail.com>
Sun, 19 Sep 2010 12:29:35 +0000 (13:29 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Sun, 19 Sep 2010 12:29:35 +0000 (13:29 +0100)
Not strictly necessary for these modules since they don't get installed
anyway, but their XS files have been changed since 5.13.4

ext/XS-APItest-KeywordRPN/KeywordRPN.pm
ext/XS-APItest/APItest.pm

index 85322ec..224faf7 100644 (file)
@@ -84,7 +84,7 @@ package XS::APItest::KeywordRPN;
 use warnings;
 use strict;
 
-our $VERSION = "0.004";
+our $VERSION = "0.005";
 
 require XSLoader;
 XSLoader::load(__PACKAGE__, $VERSION);
index 05546ff..11011e0 100644 (file)
@@ -27,7 +27,7 @@ our @EXPORT = qw( print_double print_int print_long
                  sv_count
 );
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use vars '$WARNINGS_ON_BOOTSTRAP';
 use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);