From 864db5fdec4230e524b19f1f01b8c8b499458d66 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 25 Mar 2012 14:22:33 -0700 Subject: Increase $XS::APItest::VERSION to 0.38 --- ext/XS-APItest/APItest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index 78d77f1f87..6c3c3230ec 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.37'; +our $VERSION = '0.38'; require XSLoader; -- cgit v1.2.1