From 86d1dcd79d0778ebfa3c5561b4e1d0988a942008 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 27 Nov 2013 07:13:09 -0800 Subject: [PATCH] Revert "Increase $XS::Typemap::VERSION to 0.13" This reverts commit 3407f4a92d7d9731d099e0290b68d7e983ff2497. --- ext/XS-Typemap/Typemap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/XS-Typemap/Typemap.pm b/ext/XS-Typemap/Typemap.pm index 61266a6..d78134f 100644 --- a/ext/XS-Typemap/Typemap.pm +++ b/ext/XS-Typemap/Typemap.pm @@ -36,7 +36,7 @@ require XSLoader; use vars qw/ $VERSION @EXPORT /; -$VERSION = '0.13'; +$VERSION = '0.12'; @EXPORT = (qw/ T_SV -- 2.7.4