Pass options into Handler::FastCGI under preferred names in the script
authorAndrew Rodland <andrew@cleverdomain.org>
Mon, 25 Jul 2011 16:38:30 +0000 (12:38 -0400)
committerAndrew Rodland <andrew@cleverdomain.org>
Mon, 25 Jul 2011 16:38:30 +0000 (12:38 -0400)
commitfd480b06cb70942a689a0db9a1e6f8af4808c078
tree5a4b7c0a6fe8dc5f7c608728927cbeeed9f02777
parented7e95f2d3f172591a3f45bc8f243a4ff511f775
Pass options into Handler::FastCGI under preferred names in the script

Map --daemon to 'daemonize' which is preferred instead of 'detach' which
is compat, and --pidfile as 'pid' which is preferred instead of
'pidfile' which is compat.
TODO
lib/Catalyst/Script/FastCGI.pm