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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Sep 25 19:32:28 EDT 2004


User:      jon
Date:      2004-09-25 23:32:28 GMT
Modified:  lib/Vend Dispatch.pm
Log:
Removed unneeded code.

Revision  Changes    Path
1.43      +2 -3      interchange/lib/Vend/Dispatch.pm


rev 1.43, prev_rev 1.42
Index: Dispatch.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Dispatch.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -u -r1.42 -r1.43
--- Dispatch.pm	28 May 2004 16:45:39 -0000	1.42
+++ Dispatch.pm	25 Sep 2004 23:32:28 -0000	1.43
@@ -1,6 +1,6 @@
 # Vend::Dispatch - Handle Interchange page requests
 #
-# $Id: Dispatch.pm,v 1.42 2004/05/28 16:45:39 mheins Exp $
+# $Id: Dispatch.pm,v 1.43 2004/09/25 23:32:28 jon Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Dispatch;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.42 $, 10);
+$VERSION = substr(q$Revision: 1.43 $, 10);
 
 use POSIX qw(strftime);
 use Vend::Util;
@@ -70,7 +70,6 @@
 	my $possible = shift;
 	return if $Vend::Sent;
 	if($::Pragma->{download}) {
-		my $out = ref $possible ? $$possible : $possible;
 		# do nothing
 	}
 	elsif(defined $possible) {








More information about the interchange-cvs mailing list