From 6e9efe032bf0b1f73323b3d9dd9b5771b8547e7d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 22 Jun 2013 22:00:43 -0700 Subject: [PATCH] Increase $deprecate::VERSION to 0.03 --- lib/deprecate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deprecate.pm b/lib/deprecate.pm index 9d7436e..47bc112 100644 --- a/lib/deprecate.pm +++ b/lib/deprecate.pm @@ -1,7 +1,7 @@ package deprecate; use strict; use warnings; -our $VERSION = 0.02; +our $VERSION = 0.03; # our %Config can ignore %Config::Config, e.g. for testing our %Config; -- 2.7.4