removed duplicate parameters in return value of _restarter_args
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / Server.pm
index 62d684e..331bdc8 100644 (file)
@@ -146,9 +146,7 @@ sub _restarter_args {
         ($self->_has_restart_regex     ? (filter          => $self->restart_regex)     : ()),
     ),
     (
-        map { $_ => $self->$_ } qw(
-            application_name host port debug pidfile restart_directory 
-            restart_delay)
+        map { $_ => $self->$_ } qw(application_name host port debug pidfile)
     );
 }