X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FProducer%2FTTSchema.pm;h=45bbd6d3045fc911a365bc9c646bc3e6da15c2f9;hb=f56361ad7eea3245af7ec5b0eaed5ca439bd6168;hp=ee5a7f1d42ffc0e2037a892933bf7145324588eb;hpb=d4f84dd192edc7a64a0b1a9923f1bafc0bc5ef9d;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Producer/TTSchema.pm b/lib/SQL/Translator/Producer/TTSchema.pm index ee5a7f1..45bbd6d 100644 --- a/lib/SQL/Translator/Producer/TTSchema.pm +++ b/lib/SQL/Translator/Producer/TTSchema.pm @@ -1,26 +1,6 @@ package SQL::Translator::Producer::TTSchema; -# ------------------------------------------------------------------- -# $Id: TTSchema.pm 1440 2009-01-17 16:31:57Z jawnsy $ -# ------------------------------------------------------------------- -# 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 -# published by the Free Software Foundation; version 2. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA -# ------------------------------------------------------------------- - -=pod +=pod =head1 NAME @@ -124,11 +104,11 @@ constructor. =cut -# ------------------------------------------------------------------- - use strict; +use warnings; -use vars qw[ $DEBUG @EXPORT_OK ]; +our ( $DEBUG, @EXPORT_OK ); +our $VERSION = '1.59'; $DEBUG = 0 unless defined $DEBUG; use Template; @@ -187,8 +167,6 @@ sub produce { 1; -# ------------------------------------------------------------------- - =pod =head1 AUTHOR