summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAristotle Pagaltzis <pagaltzis@gmx.de>2019-02-18 08:06:30 +0100
committerAristotle Pagaltzis <pagaltzis@gmx.de>2019-02-18 08:06:30 +0100
commit4348516b1599d19a0cc01ae801d97a15ce7a6450 (patch)
treefb35ccb22c5c2dceba375fd2eb72ada152e29287
parent776df88fda46ef3c747750e8122e7b290f3496a7 (diff)
downloadperl-4348516b1599d19a0cc01ae801d97a15ce7a6450.tar.gz
deprecate: bump $VERSION to 0.04
-rw-r--r--lib/deprecate.pm2
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;