This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $XS:APItest::VERSION to 0.43
authorFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:52:15 +0000 (16:52 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:52:15 +0000 (16:52 -0700)
ext/XS-APItest/APItest.pm

index a72fb6c..749af95 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Carp;
 
 use warnings;
 use Carp;
 
-our $VERSION = '0.42';
+our $VERSION = '0.43';
 
 require XSLoader;
 
 
 require XSLoader;