Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 53239
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: bobtfish [...] bobtfish.net
Requestors: nygel [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 5.80015
  • 5.80016
Fixed in: (no value)



Subject: Catalyst::Script::FastCGI does not daemonize
Running `perl script/<appname>_fastcgi.pl -d -l /tmp/socket.fcgi` does not result in a demonized app.

Module Catalyst::Script::FastCGI does not appear to honour the -d flag as describe in the docs, it does appear to honour a det(atch) flag which looks to do the same thing.

Possibly just a case of switching det to d?
This is fixed in trunk and will be present in the next release.