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

index ab214bb..65902cf 100644 (file)
@@ -3,7 +3,7 @@ package Unicode::UCD;
 use strict;
 use warnings;
 
-our $VERSION = v3.1.0;
+our $VERSION = '3.1.0';
 
 require Exporter;