[interchange-cvs] interchange - heins modified lib/Vend/Parse.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Oct 10 21:35:01 2001


User:      heins
Date:      2001-10-11 01:34:37 GMT
Modified:  lib/Vend Parse.pm
Log:
	* Fix broken [cgi namedparm=""].

Revision  Changes    Path
2.3       +1 -0      interchange/lib/Vend/Parse.pm


rev 2.3, prev_rev 2.2
Index: Parse.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Parse.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- Parse.pm	2001/10/06 06:18:09	2.2
+++ Parse.pm	2001/10/11 01:34:37	2.3
@@ -1,6 +1,6 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.2 2001/10/06 06:18:09 mheins Exp $
+# $Id: Parse.pm,v 2.3 2001/10/11 01:34:37 mheins Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -35,7 +35,7 @@
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);
@@ -241,6 +241,7 @@
 					assign          1
 					banner          1
 					catch           1
+					cgi				1
 					charge          1
 					checked         1
 					counter         1