Fixed a typo
Sebastian Riedel [Tue, 24 May 2005 10:30:32 +0000 (10:30 +0000)]
lib/Catalyst/Dispatcher.pm

index 415c2a9..895d168 100644 (file)
@@ -57,7 +57,7 @@ sub dispatch {
         }
 
         # Execute the auto chain
-        my $autorun;
+        my $autorun = 0;
         for my $auto ( @{ $c->get_action( 'auto', $namespace, 1 ) } ) {
             $autorun++;
             $c->execute( @{ $auto->[0] } );