X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FLatex.pm;h=612df7321635d67c6a97ca49651734a447b8e5dc;hb=821a0fde221f5accf93e3f65efa77b5a6733cb5e;hp=17fc18e84fe0b9ac35ce89581a29d755ec136a9f;hpb=4e4608c6f5d5fe91c0bac9e690eac7e366c793ef;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/Latex.pm b/lib/SQL/Translator/Producer/Latex.pm index 17fc18e..612df73 100644 --- a/lib/SQL/Translator/Producer/Latex.pm +++ b/lib/SQL/Translator/Producer/Latex.pm @@ -1,7 +1,7 @@ package SQL::Translator::Producer::Latex; # ------------------------------------------------------------------- -# $Id: Latex.pm,v 1.1 2006-03-21 20:07:21 cmungall Exp $ +# $Id$ # ------------------------------------------------------------------- # Copyright (C) 2002-6 SQLFairy Authors # @@ -59,7 +59,7 @@ automatically arrange them horizontally or vertically. use strict; use vars qw[ $DEBUG $VERSION @EXPORT_OK ]; -$VERSION = sprintf "%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/; +$VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/; $DEBUG = 0 unless defined $DEBUG; use SQL::Translator::Utils 'debug';