summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
authorivan <ivan>2002-09-27 06:00:37 +0000
committerivan <ivan>2002-09-27 06:00:37 +0000
commit13988e77a2e52f427783f13f3a5b0131fcb7b01b (patch)
tree05156b200ac033c7babafa9f570624578ec27f8a /htetc/global.asa
parente88050711de04bdd33f298d84a35c943bc6dec24 (diff)
only load Devel::AutoProfiler if it is installed
Diffstat (limited to 'htetc/global.asa')
-rw-r--r--htetc/global.asa4
1 files 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 );