In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/4348516b1599d19a0cc01ae801d97a15ce7a6450?hp=776df88fda46ef3c747750e8122e7b290f3496a7>
- Log ----------------------------------------------------------------- commit 4348516b1599d19a0cc01ae801d97a15ce7a6450 Author: Aristotle Pagaltzis <[email protected]> Date: Mon Feb 18 08:06:30 2019 +0100 deprecate: bump $VERSION to 0.04 ----------------------------------------------------------------------- Summary of changes: lib/deprecate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- Perl5 Master Repository
