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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Feb 11 16:37:48 EST 2008


User:      heins
Date:      2008-02-11 21:37:48 GMT
Modified:  lib/Vend Interpolate.pm
Log:
* Get rid of cuddled else that is not within coding guidelines
  (perlstyle).

Revision  Changes    Path
2.295     +4 -3      interchange/lib/Vend/Interpolate.pm


rev 2.295, prev_rev 2.294
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.294
retrieving revision 2.295
diff -u -r2.294 -r2.295
--- Interpolate.pm	6 Feb 2008 16:29:55 -0000	2.294
+++ Interpolate.pm	11 Feb 2008 21:37:47 -0000	2.295
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.294 2008/02/06 16:29:55 mheins Exp $
+# $Id: Interpolate.pm,v 2.295 2008/02/11 21:37:47 mheins Exp $
 #
 # Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.294 $, 10);
+$VERSION = substr(q$Revision: 2.295 $, 10);
 
 @EXPORT = qw (
 
@@ -4948,7 +4948,8 @@
 		my $sub = $Vend::Cfg->{Sub}{$subname} || $Global::GlobalSub->{$subname}; 
 		$listref = $sub->($code);
 		$base = $listref;
-	} else {
+	}
+	else {
 		$base = product_code_exists_ref($code);
 		$listref = {mv_results => [[$code]]};
 	}








More information about the interchange-cvs mailing list