X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FLatex.pm;h=c2bbf79653143bd36698ff7740b8a4f683e5792c;hb=56785c0119455c87b2932a71a629113dcf5b8d70;hp=e84f21d422228b32bba9d8e09115ad6698db9236;hpb=da06ac74ada30aacf656943306679a28605ad5c8;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/Latex.pm b/lib/SQL/Translator/Producer/Latex.pm index e84f21d..c2bbf79 100644 --- a/lib/SQL/Translator/Producer/Latex.pm +++ b/lib/SQL/Translator/Producer/Latex.pm @@ -1,8 +1,6 @@ package SQL::Translator::Producer::Latex; # ------------------------------------------------------------------- -# $Id: Latex.pm 1440 2009-01-17 16:31:57Z jawnsy $ -# ------------------------------------------------------------------- # Copyright (C) 2002-6 SQLFairy Authors # # This program is free software; you can redistribute it and/or @@ -59,7 +57,7 @@ automatically arrange them horizontally or vertically. use strict; use vars qw[ $DEBUG $VERSION @EXPORT_OK ]; -$VERSION = '1.99'; +$VERSION = '1.59'; $DEBUG = 0 unless defined $DEBUG; use SQL::Translator::Utils 'debug';