Release 0.09005
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 339f355..5d4eccc 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -1,10 +1,8 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # vim: set ft=perl:
 
 # -------------------------------------------------------------------
-# $Id$
-# -------------------------------------------------------------------
-# Copyright (C) 2002-4 SQLFairy Authors
+# Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
@@ -149,12 +147,13 @@ knows about, allowing you to easily substitute your own.
 # -------------------------------------------------------------------
 
 use strict;
+use warnings;
 use Getopt::Long;
 use Pod::Usage;
 use SQL::Translator;
 
 use vars qw( $VERSION );
-$VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/;
+$VERSION = '1.59';
 
 my $from;             # the original database
 my $to;               # the destination database