summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-01-25 12:00:53 +1100
committerTony Cook <tony@develop-help.com>2016-01-25 12:00:53 +1100
commit538ad527dcacc7d21ce2855fba2dbe3ce65b7fd6 (patch)
tree40735fd36accd39babe807a0faeaf78cd0fbd935 /ext
parent67c6176d33ade0a5f5b42c778ed3ed70afb49e81 (diff)
downloadperl-538ad527dcacc7d21ce2855fba2dbe3ce65b7fd6.tar.gz
bump $XS::APItest::VERSION
Diffstat (limited to 'ext')
-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 f1f6472e67..21155807d1 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.78';
+our $VERSION = '0.79';
require XSLoader;