From df2afe9bb60e026db5f4af73c81b071752a2aeb6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 16 Jan 2012 20:42:11 -0800 Subject: [PATCH] Lower $overload::VERSION to 1.17 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It doesn’t need to be increased twice between releases. --- lib/overload.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/overload.pm b/lib/overload.pm index 64860b1..865a712 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.18'; +our $VERSION = '1.17'; %ops = ( with_assign => "+ - * / % ** << >> x .", -- 2.7.4