X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser.pm;h=cb99418836cbbc90d1314ea9e379d5e5da2bbaad;hb=9a6c1bf9089e2b6dcd68fd034c55b41b074c14b0;hp=8f56b0a820344a5be6a3d67978eb66f3c6686224;hpb=56435d6f4ec93dffd737ae13077ba72ad297e3f5;p=dbsrgits%2FSQL-Translator.git diff --git a/lib/SQL/Translator/Parser.pm b/lib/SQL/Translator/Parser.pm index 8f56b0a..cb99418 100644 --- a/lib/SQL/Translator/Parser.pm +++ b/lib/SQL/Translator/Parser.pm @@ -1,30 +1,8 @@ package SQL::Translator::Parser; -# ---------------------------------------------------------------------- -# $Id: Parser.pm,v 1.8 2003-08-22 22:51:51 kycl4rk Exp $ -# ---------------------------------------------------------------------- -# Copyright (C) 2003 Ken Y. Clark , -# darren chamberlain , -# Chris Mungall . -# -# 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 vars qw( $VERSION ); -$VERSION = sprintf "%d.%02d", q$Revision: 1.8 $ =~ /(\d+)\.(\d+)/; +use warnings; +our $VERSION = '1.60'; sub parse { "" } @@ -64,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