From 1cfd12eac71966de3d2a3a9aced375e894c55c0a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 22 Jun 2013 21:51:42 -0700 Subject: [PATCH] Increase $XS::APItest::VERSION to 0.54 --- 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 4844577..ae70f51 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.53'; +our $VERSION = '0.54'; require XSLoader; -- 2.7.4