projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
497b47a
)
Don't use the v-strings for module VERSIONs.
Jarkko Hietaniemi [Sat, 30 Jun 2001 21:07:38 +0000 (21:07 +0000)]
p4raw-id: //depot/perl@11052
lib/Unicode/UCD.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Unicode/UCD.pm
b/lib/Unicode/UCD.pm
index
ab214bb
..
65902cf
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 = v3.1.0;
+our $VERSION = '3.1.0';
require Exporter;