diff options
-rw-r--r-- | lib/deprecate.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deprecate.pm b/lib/deprecate.pm index b2371caa97..995322c477 100644 --- a/lib/deprecate.pm +++ b/lib/deprecate.pm @@ -1,7 +1,7 @@ package deprecate; use strict; use warnings; -our $VERSION = 0.03; +our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; |