From be2588b7c71b4673a0a47ffb3e5a8730a3090bdc Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 22 Jun 2013 19:07:16 -0700 Subject: [PATCH] Increase $Safe::VERSION to 2.37 --- dist/Safe/Safe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index 4c624cd..4db116d 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -3,7 +3,7 @@ package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); -$Safe::VERSION = "2.36"; +$Safe::VERSION = "2.37"; # *** Don't declare any lexicals above this point *** # -- 2.7.4