In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fc7c69e2154d208e45cf3f5c98b74ed035d8f50c?hp=cefd5c7c8c45828fd7b3bcc2bfeaeb9773752a05>

- Log -----------------------------------------------------------------
commit fc7c69e2154d208e45cf3f5c98b74ed035d8f50c
Author: Father Chrysostomos <[email protected]>
Date:   Thu Oct 21 20:42:47 2010 -0700

    Bump charnames’ version
-----------------------------------------------------------------------

Summary of changes:
 lib/charnames.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/charnames.pm b/lib/charnames.pm
index 677edfc..cef5edb 100644
--- a/lib/charnames.pm
+++ b/lib/charnames.pm
@@ -2,7 +2,7 @@ package charnames;
 use strict;
 use warnings;
 use File::Spec;
-our $VERSION = '1.16';
+our $VERSION = '1.17';
 
 use bytes ();          # for $bytes::hint_bits
 

--
Perl5 Master Repository

Reply via email to