X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser.pm;h=cb99418836cbbc90d1314ea9e379d5e5da2bbaad;hb=3ab19c1b31fa1fef8284a271afd282736242dd8f;hp=5c4fc09ba3298239dab41e5df27473ecbdd99722;hpb=d4f84dd192edc7a64a0b1a9923f1bafc0bc5ef9d;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Parser.pm b/lib/SQL/Translator/Parser.pm index 5c4fc09..cb99418 100644 --- a/lib/SQL/Translator/Parser.pm +++ b/lib/SQL/Translator/Parser.pm @@ -1,26 +1,8 @@ package SQL::Translator::Parser; -# ---------------------------------------------------------------------- -# $Id: Parser.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 -# ---------------------------------------------------------------------- - use strict; +use warnings; +our $VERSION = '1.60'; sub parse { "" } @@ -60,7 +42,7 @@ source code for existing SQL::Translator::Parser::* modules. =head1 AUTHORS -Ken Y. Clark, Ekclark@cpan.org, +Ken Youens-Clark, Ekclark@cpan.org, darren chamberlain Edarren@cpan.orgE. =head1 SEE ALSO