X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/04fbdaaff4a08de8acd15542c2a3c4e1a8084039..6db00316eea58801d93d78985f92ef97893903c9:/lib/PLP.pm diff --git a/lib/PLP.pm b/lib/PLP.pm index 54a3b91..2e740cf 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -14,7 +14,7 @@ use File::Spec; use strict; use warnings; -our $VERSION = '3.22'; +our $VERSION = '3.22_01'; # Subs in this package: # _default_error($plain, $html) Default error handler @@ -76,7 +76,9 @@ sub error { print "Status: $type\nContent-Type: text/html\n\n", qq{\n}, "\n$type $short\n\n

$short", - "

\n$long

\n


\n$ENV{SERVER_SIGNATURE}"; + "\n$long

\n


\n"; + print $ENV{SERVER_SIGNATURE} if $ENV{SERVER_SIGNATURE}; + print ""; } }