From: Darren Chamberlain Date: Wed, 3 Sep 2003 14:52:50 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v0.04~197 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ae0e8cb171b85b4931e70882b8d6f3d965e225e;p=dbsrgits%2FSQL-Translator.git Typo fix. --- diff --git a/bin/sqlt b/bin/sqlt index 6b001f1..cc369bd 100755 --- a/bin/sqlt +++ b/bin/sqlt @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # ------------------------------------------------------------------- -# $Id: sqlt,v 1.2 2003-08-26 03:54:59 kycl4rk Exp $ +# $Id: sqlt,v 1.3 2003-09-03 14:52:50 dlc Exp $ # ------------------------------------------------------------------- # Copyright (C) 2002 Ken Y. Clark , # darren chamberlain @@ -68,7 +68,7 @@ To translate a schema: HTML/POD Producer Options: - --pretty Use CGI::Pretty for the outpu + --pretty Use CGI::Pretty for the output --title Title of schema TTSchema Producer Options: @@ -106,7 +106,7 @@ use Pod::Usage; use SQL::Translator; use vars qw( $VERSION ); -$VERSION = sprintf "%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/; +$VERSION = sprintf "%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/; my $from; # the original database my $to; # the destination database