From: John Napiorkowski Date: Thu, 30 Jan 2014 17:43:27 +0000 (-0600) Subject: changed docs X-Git-Tag: 5.90060~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5077b8a320ea9dd6ddfe183c40d5c4bb5fd7595a changed docs --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0d8cc77..2c4c354 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1254,7 +1254,7 @@ EOF # Should be the last thing we do so that user things hooking # setup_finalize can log.. $class->log->_flush() if $class->log->can('_flush'); - return $class || 1; # Explicit return true as people have __PACKAGE__->setup as the last thing in their class. HATE. + return $class || 1; # Just in case someone named their Application 0... } =head2 $app->setup_finalize