diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-09-28 13:11:17 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-09-28 13:11:17 +0200 |
commit | 72c6bc1c53f52e66e1b5e8d70b00ff2476b1b220 (patch) | |
tree | 8c45fe3d880200215fd641176c6efbf9aed5753d /doc | |
parent | ec993081f760b7af33e60c14717ea9f557b1881f (diff) | |
download | smokeping-72c6bc1c53f52e66e1b5e8d70b00ff2476b1b220.tar.gz smokeping-72c6bc1c53f52e66e1b5e8d70b00ff2476b1b220.tar.xz |
* (trunk)/
doc/smokeping_install.pod,
doc/smokeping_upgrade.pod,
lib/Smokeping.pm,
CHANGES:
+ make having an older version of CGI::Carp a non-fatal error and
recommend a newer one in the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_install.pod | 9 | ||||
-rw-r--r-- | doc/smokeping_upgrade.pod | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod index 079e17f..515a110 100644 --- a/doc/smokeping_install.pod +++ b/doc/smokeping_install.pod @@ -125,6 +125,15 @@ need mod_speedy, just the plain and simple speedy executable, this is the beauty of this tool it works without touching your apache ... Otherwise you could as well be using FastCGI or mod_perl. +=item CGI::Carp + +L<http://http://search.cpan.org/~lds/CGI.pm/> + +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. + =back =head2 Installation diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod index 0100372..34feea2 100644 --- a/doc/smokeping_upgrade.pod +++ b/doc/smokeping_upgrade.pod @@ -230,6 +230,12 @@ in the C<host> variable, like it is with all the other probes. =back +=head2 CGI::Carp module version + +The recommended version for CGI::Carp is now at least 1.24, included in +CGI.pm-2.82 and the Perl standard distribution starting from 5.8.1. +See L<the smokeping_install document|smokeping_install>. + =head1 1.38 to 1.40 =over |