From: Father Chrysostomos Date: Sat, 17 Nov 2012 20:44:31 +0000 (-0800) Subject: Increase $XS::APItest::VERSION to 0.45 X-Git-Tag: v5.17.6~45 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/10ffaf90349dac17b6050fa36821c8d99f5dfb87 Increase $XS::APItest::VERSION to 0.45 --- diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index f33b80b..71c9cc1 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;