X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FLatex.pm;h=5bb031e32b77c2fe0b00ac0aec0894ae5a69a5fb;hb=ba506e52c480afe33dfec6b38a12759fad1e7fa2;hp=c2bbf79653143bd36698ff7740b8a4f683e5792c;hpb=f4b8e04b825168484da452b5a8492b0ab4adb853;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/Latex.pm b/lib/SQL/Translator/Producer/Latex.pm index c2bbf79..5bb031e 100644 --- a/lib/SQL/Translator/Producer/Latex.pm +++ b/lib/SQL/Translator/Producer/Latex.pm @@ -1,7 +1,7 @@ package SQL::Translator::Producer::Latex; # ------------------------------------------------------------------- -# Copyright (C) 2002-6 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 @@ -57,7 +57,7 @@ automatically arrange them horizontally or vertically. use strict; use vars qw[ $DEBUG $VERSION @EXPORT_OK ]; -$VERSION = '1.59'; +$VERSION = '1.60'; $DEBUG = 0 unless defined $DEBUG; use SQL::Translator::Utils 'debug'; @@ -112,7 +112,7 @@ sub latex { =head1 AUTHOR -Chris Mungall +Chris Mungall. =head1 SEE ALSO