summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-21 16:52:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-21 16:52:15 -0700
commita4327692eb80f73e5f8bea9b9564a692eb6155f0 (patch)
tree5a9a390d3babd01adb972b377ccdcbc090c29d6a /ext/XS-APItest
parent40aafcba16efa861b564ed7c109db129cd14ec17 (diff)
downloadperl-a4327692eb80f73e5f8bea9b9564a692eb6155f0.tar.gz
Increase $XS:APItest::VERSION to 0.43
Diffstat (limited to 'ext/XS-APItest')
-rw-r--r--ext/XS-APItest/APItest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm
index a72fb6c443..749af95b8d 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.42';
+our $VERSION = '0.43';
require XSLoader;