Release 0.09005
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 8187b0d..5d4eccc 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -1,9 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # vim: set ft=perl:
 
 # -------------------------------------------------------------------
-# $Id$
-# -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
@@ -149,10 +147,14 @@ 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 = '1.59';
+
 my $from;             # the original database
 my $to;               # the destination database
 my $help;             # show POD and bail