summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-10-03 13:20:46 +0200
committerNiko Tyni <ntyni@iki.fi>2005-10-03 13:20:46 +0200
commit76884f2dae8556d52be6c97e66a3171a94ef8420 (patch)
treeda56cd4cfaca33eefa61b0fe59632dbdf12508ac /doc
parent244a5fca9c21faffe98cae72f64e0b9ed69d7e0b (diff)
downloadsmokeping-76884f2dae8556d52be6c97e66a3171a94ef8420.tar.gz
smokeping-76884f2dae8556d52be6c97e66a3171a94ef8420.tar.xz
* (trunk/)
doc/smokeping_install.pod, lib/Smokeping.pm, CHANGES: + make it work (hopefully) with even older versions of CGI::Carp if 'changecgiprogramname' is set to 'no' in the General section
Diffstat (limited to 'doc')
-rw-r--r--doc/smokeping_install.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod
index 515a110..26c9854 100644
--- a/doc/smokeping_install.pod
+++ b/doc/smokeping_install.pod
@@ -133,6 +133,9 @@ If you are using a version of Perl older than 5.8.1, you should consider
installing a newer version of CGI::Carp (must be at least 1.24, included in
CGI.pm-2.82). Otherwise any error messages generated by the CGI script
will not show up quite as clean as they could in the web server error log.
+If you can't or don't want to upgrade CGI::Carp, you can also set
+the C<changecgiprogramname> variable in the C<General> section to the
+value C<no>.
=back