X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator.pm;h=0a0808ae1b71494496707f9039227bccb3a04824;hb=478f608d9028508396da37bb5df10b3057b96981;hp=a4b69339b19865a10f86a76bb822d450c9a20557;hpb=f5405d4730be14a754d64a928d85695148a2e55c;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index a4b6933..0a0808a 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -1,9 +1,9 @@ package SQL::Translator; # ---------------------------------------------------------------------- -# $Id: Translator.pm,v 1.73 2007-10-24 10:55:45 schiffbruechige Exp $ +# $Id$ # ---------------------------------------------------------------------- -# Copyright (C) 2002-4 The SQLFairy Authors +# Copyright (C) 2002-2009 The 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 @@ -21,13 +21,12 @@ package SQL::Translator; # ------------------------------------------------------------------- use strict; -use vars qw( $VERSION $REVISION $DEFAULT_SUB $DEBUG $ERROR ); +use vars qw( $VERSION $DEFAULT_SUB $DEBUG $ERROR ); use base 'Class::Base'; require 5.004; -$VERSION = '0.09000'; -$REVISION = sprintf "%d.%02d", q$Revision: 1.73 $ =~ /(\d+)\.(\d+)/; +$VERSION = '0.09002'; $DEBUG = 0 unless defined $DEBUG; $ERROR = ""; @@ -39,6 +38,7 @@ use File::Find; use File::Spec::Functions qw(catfile); use File::Basename qw(dirname); use IO::Dir; +use SQL::Translator::Producer; use SQL::Translator::Schema; # ---------------------------------------------------------------------- @@ -1308,6 +1308,8 @@ The following people have contributed to the SQLFairy project: =item * Ryan D Johnson +=item * Jonathan Yu + =back If you would like to contribute to the project, you can send patches