X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Fsqlt;h=5d4eccc478b59a13744b89e875b4b45f500ae394;hb=bd3c4e06c97b1016c299441a5d44d0659bac55a0;hp=339f3552182996e4004d950d735c42165a5fddcd;hpb=821a0fde221f5accf93e3f65efa77b5a6733cb5e;p=dbsrgits%2FSQL-Translator.git diff --git a/bin/sqlt b/bin/sqlt index 339f355..5d4eccc 100755 --- 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