Catalyst-Plugin-Upload-Digest

 view release on metacpan or  search on metacpan

example/Upload-Digest/script/upload_digest_server.pl  view on Meta::CPAN

=head1 SYNOPSIS

upload_digest_server.pl [options]

   -d --debug           force debug mode
   -f --fork            handle each request in a new process
                        (defaults to false)
   -? --help            display this help and exits
   -h --host            host (defaults to all)
   -p --port            port (defaults to 3000)
   -k --keepalive       enable keep-alive connections
   -r --restart         restart when files get modified
                        (defaults to false)
   -rd --restart_delay  delay between file checks
                        (ignored if you have Linux::Inotify2 installed)
   -rr --restart_regex  regex match files that trigger
                        a restart when modified
                        (defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
   --restart_directory  the directory to search for
                        modified files, can be set mulitple times
                        (defaults to '[SCRIPT_DIR]/..')



( run in 2.521 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )