In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ba403c704ff59749fc2ce2550b23a8769a22897e?hp=f424037916111e114a9c424abacc210aac685dff>
- Log ----------------------------------------------------------------- commit ba403c704ff59749fc2ce2550b23a8769a22897e Author: James E Keenan <[email protected]> Date: Tue Sep 8 16:29:38 2015 -0400 Increment $VERSION in lib/locale.pm. ----------------------------------------------------------------------- Summary of changes: lib/locale.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/locale.pm b/lib/locale.pm index 53c01ff..fb91f0a 100644 --- a/lib/locale.pm +++ b/lib/locale.pm @@ -1,6 +1,6 @@ package locale; -our $VERSION = '1.06'; +our $VERSION = '1.07'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; -- Perl5 Master Repository
