From efecb29146810fee4a743622b91d4dee27897402 Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 7 Mar 2008 13:40:54 +0000 Subject: [PATCH] output error messages to the user for debugging purposes git-svn-id: http://yolanda.mister-muffin.de/svn@244 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/include.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/include.pl b/trunk/include.pl index 0b2baed..f729d05 100644 --- a/trunk/include.pl +++ b/trunk/include.pl @@ -7,6 +7,9 @@ use XML::Simple qw(:strict); use Digest::SHA qw(sha256_hex); use LWPx::ParanoidAgent; use Net::OpenID::Consumer; +use CGI::Carp qw(fatalsToBrowser set_message); + +set_message("It's not a bug, it's a feature!!
(include this error message in your bugreport here: Yolanda bugtracker)"); # change this as you install it somewhere else $root = '/var/www/yolanda';