From 8a437cd7e17bf2037dbab56311396dc48a1fa15d Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Fri, 7 Oct 2005 23:20:06 +0000 Subject: [PATCH] Require instead of do wiki.pl. --- OddMuse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OddMuse.pm b/OddMuse.pm index 162814ca..1fd0f19f 100644 --- a/OddMuse.pm +++ b/OddMuse.pm @@ -23,7 +23,7 @@ use Apache2::Const -compile => qw(OK); package OddMuse; $RunCGI = 0; -do 'wiki.pl'; +require 'wiki.pl'; sub handler { my $r = shift;