From: Jarkko Hietaniemi Date: Sat, 30 Jun 2001 21:07:38 +0000 (+0000) Subject: Don't use the v-strings for module VERSIONs. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f50a1879725a2dc930378d048fd715652d37bb8;p=p5sagit%2Fp5-mst-13.2.git Don't use the v-strings for module VERSIONs. p4raw-id: //depot/perl@11052 --- diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index ab214bb..65902cf 100644 --- 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;