Remove duplicate req
[dbsrgits/SQL-Translator.git] / bin / sqlt.cgi
index fb2e98e..658e5ab 100755 (executable)
@@ -1,8 +1,6 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # -------------------------------------------------------------------
-# $Id$
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -35,11 +33,12 @@ all the parsers and producers of SQL::Translator.
 # -------------------------------------------------------------------
 
 use strict;
+use warnings;
 use CGI;
 use SQL::Translator;
 
 use vars '$VERSION';
-$VERSION = '1.99';
+$VERSION = '1.59';
 
 my $q = CGI->new;
 
@@ -547,7 +546,7 @@ sub show_form {
 
 =head1 AUTHOR
 
-Ken Y. Clark E<lt>kclark@cpan.orgE<gt>.
+Ken Youens-Clark E<lt>kclark@cpan.orgE<gt>.
 
 =head1 SEE ALSO