[interchange-cvs] interchange - jon modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Feb 4 13:24:12 EST 2006


User:      jon
Date:      2006-02-04 18:24:12 GMT
Modified:  dist/standard catalog.cfg
Modified:  lib/Vend Dispatch.pm
Log:
Remove unused lexical variables.

Revision  Changes    Path
1.14      +0 -1      interchange/dist/standard/catalog.cfg


rev 1.14, prev_rev 1.13
Index: catalog.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/standard/catalog.cfg,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -u -r1.13 -r1.14
--- catalog.cfg	3 Feb 2006 15:58:43 -0000	1.13
+++ catalog.cfg	4 Feb 2006 18:24:12 -0000	1.14
@@ -444,7 +444,6 @@
 # Allow delivery of soft goods (downloadable files).
 ActionMap  deliver   <<EOR
 sub {
-	my $deliverable = shift;
 	$Scratch->{deliverable} = $CGI->{mv_arg};
 	$CGI->{mv_nextpage} = 'deliver';
 	if(! $Session->{username} and $CGI->{mv_username}) {



1.62      +4 -4      interchange/lib/Vend/Dispatch.pm


rev 1.62, prev_rev 1.61
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -u -r1.61 -r1.62
--- Dispatch.pm	13 Dec 2005 14:39:08 -0000	1.61
+++ Dispatch.pm	4 Feb 2006 18:24:12 -0000	1.62
@@ -1,8 +1,8 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.61 2005/12/13 14:39:08 mheins Exp $
+# $Id: Dispatch.pm,v 1.62 2006/02/04 18:24:12 jon Exp $
 #
-# Copyright (C) 2002-2005 Interchange Development Group
+# Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
 #
 # This program was originally based on Vend 0.2 and 0.3
@@ -26,7 +26,7 @@
 package Vend::Dispatch;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.61 $, 10);
+$VERSION = substr(q$Revision: 1.62 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -1593,7 +1593,7 @@
 	}
 
 #::logGlobal("action=$Vend::Action path=$Vend::FinalPath");
-	my ($sub, $status, $action);
+	my ($sub, $status);
 	if(defined $Vend::Cfg->{ActionMap}{$Vend::Action}) {
 		$sub = $Vend::Cfg->{ActionMap}{$Vend::Action};
 		$CGI::values{mv_nextpage} = $Vend::FinalPath








More information about the interchange-cvs mailing list