#!/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 <kclar@cpan.org>,
# darren chamberlain <darren@cpan.org>
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:
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