[Catalyst-commits] r11794 - Catalyst-Runtime/5.80/trunk/lib

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Nov 10 21:41:27 GMT 2009


Author: t0m
Date: 2009-11-10 21:41:27 +0000 (Tue, 10 Nov 2009)
New Revision: 11794

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
And lets not change behaviour with the log flush change..

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-11-10 21:37:26 UTC (rev 11793)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2009-11-10 21:41:27 UTC (rev 11794)
@@ -1178,6 +1178,7 @@
     # 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 1; # Explicit return true as people have __PACKAGE__->setup as the last thing in their class. HATE.
 }
 
 




More information about the Catalyst-commits mailing list