[Catalyst-commits] r11615 - Catalyst-Devel/1.00/trunk/lib/Catalyst

autarch at dev.catalyst.perl.org autarch at dev.catalyst.perl.org
Sun Oct 18 17:19:18 GMT 2009


Author: autarch
Date: 2009-10-18 17:19:18 +0000 (Sun, 18 Oct 2009)
New Revision: 11615

Modified:
   Catalyst-Devel/1.00/trunk/lib/Catalyst/Restarter.pm
Log:
Clarify comment.


Modified: Catalyst-Devel/1.00/trunk/lib/Catalyst/Restarter.pm
===================================================================
--- Catalyst-Devel/1.00/trunk/lib/Catalyst/Restarter.pm	2009-10-18 17:18:15 UTC (rev 11614)
+++ Catalyst-Devel/1.00/trunk/lib/Catalyst/Restarter.pm	2009-10-18 17:19:18 UTC (rev 11615)
@@ -77,8 +77,8 @@
 
     # We use this loop in order to avoid having _handle_events() call back
     # into this method. We used to do that, and the end result was that stack
-    # traces become longer and longer with every restart. Using the loop, the
-    # portion of the stack trace that covers this code never changes.
+    # traces became longer and longer with every restart. Using this loop, the
+    # portion of the stack trace that covers this code does not grow.
     while (1) {
         my @events = $self->_watcher->wait_for_events();
         $self->_handle_events(@events);




More information about the Catalyst-commits mailing list