From 13988e77a2e52f427783f13f3a5b0131fcb7b01b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 27 Sep 2002 06:00:37 +0000 Subject: [PATCH] only load Devel::AutoProfiler if it is installed --- htetc/global.asa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htetc/global.asa b/htetc/global.asa index 4f1ca45d3..a2d8dee12 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -1,6 +1,6 @@ -#BEGIN { eval "use Devel::AutoProfiler;"; } #only if installed... +BEGIN { eval "use Devel::AutoProfiler;"; } #only if installed... #BEGIN { package Devel::AutoProfiler; use vars qw(%caller_info); } -use Devel::AutoProfiler; +#use Devel::AutoProfiler; use strict; use vars qw( $cgi $p ); -- 2.11.0