X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=64e5a1a886c877d8aa59475426ff63f7f9714070;hb=1194fb590c7566bf936be64155db24275e263ff6;hp=ae2ae58cd1b7046f6eb58cbcbbfc5542a1a6677e;hpb=e7f319a9e935411f945702295a6622da5fe50ffe;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index ae2ae58..64e5a1a 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -592,7 +592,7 @@ sub handler_guts if ( my $error = $@ ) { $status = $self->call_exception($error, "model"); - if ( $status != OK ) + if ( $status != OK ) { warn "caught model error: $error"; return $self->debug ?