Fixed my name, Perl shebang.
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 7999c09..5d4eccc 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # vim: set ft=perl:
 
 # -------------------------------------------------------------------
@@ -147,6 +147,7 @@ knows about, allowing you to easily substitute your own.
 # -------------------------------------------------------------------
 
 use strict;
+use warnings;
 use Getopt::Long;
 use Pod::Usage;
 use SQL::Translator;