Write docs for Restarter
[catagits/Catalyst-Devel.git] / lib / Catalyst / Helper.pm
index 3470f1b..ea94da6 100644 (file)
@@ -1044,7 +1044,7 @@ if ( $restart ) {
 
     my $restarter = Catalyst::Restarter->new(
         %args,
-        restart_sub => $runner,
+        start_sub => $runner,
     );
 
     $restarter->run_and_watch;