summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-17 12:44:31 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-17 13:49:09 -0800
commit10ffaf90349dac17b6050fa36821c8d99f5dfb87 (patch)
tree3586a036794916ba5b627abcb83e03b0f09d8fc0 /ext/XS-APItest
parentfdf4dddd9dbb73e29cd736f1be8a86925999c9b8 (diff)
downloadperl-10ffaf90349dac17b6050fa36821c8d99f5dfb87.tar.gz
Increase $XS::APItest::VERSION to 0.45
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 f33b80b656..71c9cc18cb 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.44';
+our $VERSION = '0.45';
require XSLoader;