[interchange-cvs] interchange - racke modified lib/Vend/SQL_Parser.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Jul 6 16:29:00 EDT 2003


User:      racke
Date:      2003-07-06 19:29:39 GMT
Modified:  lib/Vend SQL_Parser.pm
Log:
spurious =back removed

Revision  Changes    Path
2.3       +2 -4      interchange/lib/Vend/SQL_Parser.pm


rev 2.3, prev_rev 2.2
Index: SQL_Parser.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/SQL_Parser.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- SQL_Parser.pm	6 Jul 2003 17:06:10 -0000	2.2
+++ SQL_Parser.pm	6 Jul 2003 19:29:39 -0000	2.3
@@ -1,6 +1,6 @@
 # Vend::SQL_Parser - Interchange SQL parser class
 #
-# $Id: SQL_Parser.pm,v 2.2 2003/07/06 17:06:10 mheins Exp $
+# $Id: SQL_Parser.pm,v 2.3 2003/07/06 19:29:39 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1997-2002 Red Hat, Inc.
@@ -17,8 +17,6 @@
 C<Vend::SQL_Parser> will tokenize a SQL query so that it can
 be evaluated for an Interchange search spec.
 
-=back
-
 =head1 COPYRIGHT
 
 Copyright 2002-2003 Interchange Development Group
@@ -40,7 +38,7 @@
 use Vend::Util;
 use Text::ParseWords;
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 sub new {
 	my $class = shift;







More information about the interchange-cvs mailing list