This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $XS::APItest::VERSION to 0.56
authorFather Chrysostomos <sprout@cpan.org>
Thu, 29 Aug 2013 01:36:22 +0000 (18:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 29 Aug 2013 05:26:14 +0000 (22:26 -0700)
ext/XS-APItest/APItest.pm

index 823d6cc..4a4e399 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.55';
+our $VERSION = '0.56';
 
 require XSLoader;