[interchange-cvs] interchange - jon modified lib/Vend/Config.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Jul 19 15:53:01 2002


User:      jon
Date:      2002-07-19 19:52:07 GMT
Modified:  lib/Vend Config.pm
Log:
Three of the variable conversions Mike took out the other day are still
used in Vend::Util for writing URLs. Even foundation breaks without mv_pc
and mv_arg in the URLs. :) I'm putting these back, though someday someone
may want to change Vend::Util to not require them anymore.

Revision  Changes    Path
2.54      +6 -3      interchange/lib/Vend/Config.pm


rev 2.54, prev_rev 2.53
Index: Config.pm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.53
retrieving revision 2.54
diff -u -u -r2.53 -r2.54
--- Config.pm	15 Jul 2002 14:24:02 -0000	2.53
+++ Config.pm	19 Jul 2002 19:52:06 -0000	2.54
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.53 2002/07/15 14:24:02 mheins Exp $
+# $Id: Config.pm,v 2.54 2002/07/19 19:52:06 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -44,7 +44,7 @@
 use Vend::Parse;
 use Vend::Util;
=20
-$VERSION =3D substr(q$Revision: 2.53 $, 10);
+$VERSION =3D substr(q$Revision: 2.54 $, 10);
=20
 my %CDname;
=20
@@ -1665,7 +1665,7 @@
 	return if $Vend::ExternalProgram;
=20
 	my($iv,$vn,$k,$v,@set);
-#logDebug("parse_varname: $settings");
+logDebug("parse_varname: $settings");
 	if(defined $C) {
 		return '' if ! $settings;
 		$C->{IV} =3D { %{$Global::IV} } if ! $C->{IV};
@@ -3765,9 +3765,11 @@
=20
 __DATA__
 mv_all_chars             ac
+mv_arg                   mv_arg
 mv_base_directory        bd
 mv_begin_string          bs
 mv_case                  cs
+mv_cat                   mv_cat
 mv_column_op             op
 mv_coordinate            co
 mv_delay_page            dp
@@ -3790,6 +3792,7 @@
 mv_negate                ne
 mv_numeric               nu
 mv_orsearch              os
+mv_pc                    mv_pc
 mv_profile               mp
 mv_range_alpha           rg
 mv_range_look            rl