[interchange-cvs] interchange - kwalsh modified scripts/expire.PL

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Mar 21 09:50:45 EST 2006


User:      kwalsh
Date:      2006-03-21 14:50:45 GMT
Modified:  scripts  expire.PL
Log:
    * Added the missing "use Vend::Dispatch" directive to prevent the
      "Undefined subroutine &Vend::Dispatch::update_global_actions"
      error reported by Andreas Grau.

Revision  Changes    Path
2.9       +2 -1      interchange/scripts/expire.PL


rev 2.9, prev_rev 2.8
Index: expire.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/expire.PL,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -r2.8 -r2.9
--- expire.PL	8 Nov 2005 18:14:48 -0000	2.8
+++ expire.PL	21 Mar 2006 14:50:44 -0000	2.9
@@ -3,7 +3,7 @@
 #
 # Interchange session expiration
 #
-# $Id: expire.PL,v 2.8 2005/11/08 18:14:48 jon Exp $
+# $Id: expire.PL,v 2.9 2006/03/21 14:50:44 kwalsh Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -141,6 +141,7 @@
 }
 
 use Vend::Session;
+use Vend::Dispatch;
 use Vend::Config qw(get_catalog_default global_config parse_time);
 use Vend::Util qw/errmsg/;
 use Getopt::Std;








More information about the interchange-cvs mailing list