summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaul (uranus) <paul@buetow.org>2017-01-01 11:42:01 +0000
committerpaul (uranus) <paul@buetow.org>2017-01-01 11:42:01 +0000
commita0202a13efbfe18c99e64e3e3b95d39cd65fbffe (patch)
tree855fe21ad707b0519ad34c53d015087d25352589
parent5a53056ae787f41cf9a5345e5016d32f79c1d52a (diff)
no carp
-rw-r--r--Xerl.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xerl.pm b/Xerl.pm
index 6dfc8f4..fd1421e 100644
--- a/Xerl.pm
+++ b/Xerl.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2011, 2013-2015 by Paul Buetow
+# Xerl (c) 2005-2011, 2013-2015, 2017 by Paul Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: https://xerl.buetow.org
#
@@ -12,7 +12,7 @@ use warnings;
use v5.14.0;
-use CGI::Carp 'fatalsToBrowser';
+#use CGI::Carp 'fatalsToBrowser';
use Time::HiRes 'gettimeofday';
use Xerl::Base;