X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FHTTP%2FRestarter.pm;h=02c58bac82f05202b44e971c41be1669916033cf;hb=attic%2Fcontext_go;hp=30cb9e4b3a9f77dc2e3dc16f997c4e01255915d0;hpb=9e800f69753d858a230a0c48effd43457b07d3cc;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/HTTP/Restarter.pm b/lib/Catalyst/Engine/HTTP/Restarter.pm index 30cb9e4..02c58ba 100644 --- a/lib/Catalyst/Engine/HTTP/Restarter.pm +++ b/lib/Catalyst/Engine/HTTP/Restarter.pm @@ -23,6 +23,7 @@ sub run { $options->{restart_directory} || File::Spec->catdir( $FindBin::Bin, '..' ) ), + follow_symlinks => $options->{follow_symlinks}, regex => $options->{restart_regex}, delay => $options->{restart_delay}, );