From: Mike Taylor Date: Mon, 30 Oct 2006 14:58:15 +0000 (+0000) Subject: Remove "use lib" hack, now that the Apache configuration is correct. X-Git-Tag: CPAN-v1.02~54^2~819 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=2d8c0bde42782fe49736b6b5cc1915eb28e39240 Remove "use lib" hack, now that the Apache configuration is correct. --- diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index d44c17a..07690b3 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.11 2006-10-26 17:22:15 mike Exp $ +%# $Id: layout.mc,v 1.12 2006-10-30 14:58:15 mike Exp $ <%args> $debug => undef $title @@ -6,11 +6,6 @@ $component <%once> use URI::Escape; -BEGIN { - use vars qw($LIBDIR); - $LIBDIR = $r->dir_config("IRSpyLibDir"); -} -use lib $LIBDIR; use ZOOM::IRSpy::Web; use ZOOM::IRSpy qw(irspy_xpath_context xml_encode);