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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Fri Feb 1 12:06:01 2002


User:      kwalsh
Date:      2002-02-01 17:01:53 GMT
Modified:  lib/Vend Config.pm
Log:
Corrected a typo: 'posRoutine' used instead of 'PosRoutine'.

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


rev 2.31, prev_rev 2.30
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.30
retrieving revision 2.31
diff -u -r2.30 -r2.31
--- Config.pm	1 Feb 2002 01:39:52 -0000	2.30
+++ Config.pm	1 Feb 2002 17:01:52 -0000	2.31
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.30 2002/02/01 01:39:52 kwalsh Exp $
+# $Id: Config.pm,v 2.31 2002/02/01 17:01:52 kwalsh Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -44,7 +44,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.30 $, 10);
+$VERSION = substr(q$Revision: 2.31 $, 10);
 
 my %CDname;
 
@@ -3248,7 +3248,7 @@
 		return $c unless $Global::TagInclude->{$tag};
 	}
 
-	if($p eq 'Routine' or $p eq 'posRoutine') {
+	if($p eq 'Routine' or $p eq 'PosRoutine') {
 
 		my $sub;
 		$c->{Source}->{$tag}->{$p} = $val;