From: ivan Date: Fri, 27 Sep 2002 06:00:37 +0000 (+0000) Subject: only load Devel::AutoProfiler if it is installed X-Git-Tag: freeside_1_5_0pre1~212 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=13988e77a2e52f427783f13f3a5b0131fcb7b01b only load Devel::AutoProfiler if it is installed --- 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 );