From: Ken Youens-Clark Date: Fri, 27 Jun 2003 16:30:35 +0000 (+0000) Subject: Fixed VERSION. X-Git-Tag: v0.04~381 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b74bbf96b420b1fbac44bcbfd5119ec0f84cab4;p=dbsrgits%2FSQL-Translator.git Fixed VERSION. --- diff --git a/lib/SQL/Translator/Utils.pm b/lib/SQL/Translator/Utils.pm index b7180c6..ea39bd9 100644 --- a/lib/SQL/Translator/Utils.pm +++ b/lib/SQL/Translator/Utils.pm @@ -1,7 +1,7 @@ package SQL::Translator::Utils; # ---------------------------------------------------------------------- -# $Id: Utils.pm,v 1.7 2003-05-12 15:47:23 dlc Exp $ +# $Id: Utils.pm,v 1.8 2003-06-27 16:30:35 kycl4rk Exp $ # ---------------------------------------------------------------------- # Copyright (C) 2003 darren chamberlain # @@ -26,7 +26,7 @@ use vars qw($VERSION $DEFAULT_COMMENT @EXPORT_OK); use Exporter; -$VERSION = 1.00; +$VERSION = sprintf "%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/; $DEFAULT_COMMENT = '-- '; @EXPORT_OK = qw( debug normalize_name header_comment parse_list_arg $DEFAULT_COMMENT