Downgrade global version - highest version in 9002 on cpan is 1.58 - thus go with...
[dbsrgits/SQL-Translator.git] / bin / sqlt.cgi
index fb2e98e..513042d 100755 (executable)
@@ -1,8 +1,6 @@
 #!/usr/bin/perl
 
 # -------------------------------------------------------------------
-# $Id$
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -39,7 +37,7 @@ use CGI;
 use SQL::Translator;
 
 use vars '$VERSION';
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 my $q = CGI->new;