From df416c68f720585387215cb0d3dd260ae01828f1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 22 Apr 2012 22:05:24 -0700 Subject: [PATCH] Increase $XS::APItest::VERSION to 0.39 --- 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 6c3c323..d7fb60a 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.38'; +our $VERSION = '0.39'; require XSLoader; -- 2.7.4