projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b42f22c
)
Unicode::UCD version bump
author
Father Chrysostomos <sprout@cpan.org>
Sat, 3 Sep 2011 18:54:29 +0000 (11:54 -0700)
committer
Father Chrysostomos <sprout@cpan.org>
Sat, 3 Sep 2011 18:54:29 +0000 (11:54 -0700)
What we now have here on the maint-5.12 branch is identical to what
came with 5.13.3, so there is no need for an in-between version
number.
lib/Unicode/UCD.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Unicode/UCD.pm
b/lib/Unicode/UCD.pm
index
67b5a8a
..
2c1f0e5
100644
(file)
--- a/
lib/Unicode/UCD.pm
+++ b/
lib/Unicode/UCD.pm
@@
-3,7
+3,7
@@
package Unicode::UCD;
use strict;
use warnings;
-our $VERSION = '0.28';
+our $VERSION = '0.29';
use Storable qw(dclone);