diff options
| author | paul (uranus) <paul@buetow.org> | 2017-01-01 11:42:01 +0000 |
|---|---|---|
| committer | paul (uranus) <paul@buetow.org> | 2017-01-01 11:42:01 +0000 |
| commit | a0202a13efbfe18c99e64e3e3b95d39cd65fbffe (patch) | |
| tree | 855fe21ad707b0519ad34c53d015087d25352589 | |
| parent | 5a53056ae787f41cf9a5345e5016d32f79c1d52a (diff) | |
no carp
| -rw-r--r-- | Xerl.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
