Turn on debugging for BeerDB.
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@248
48953598-375a-da11-a14b-
00016c27c3ee
package BeerDB;
-use Maypole::Application;
+use Maypole::Application qw/-Debug/;
use Class::DBI::Loader::Relationship;
BEGIN {
# We authenticate every request, needed for proper session management
my $status;
eval { $status = $r->call_authenticate };
+ warn "No return value from authenticate" unless $status;
if ( my $error = $@ ) {
$status = $r->call_exception($error);
if ( $status != OK ) {