On 6 Jan 2010, at 06:13, Jim Dread wrote:
I tried getting some argv in there by giving arguments to the server
script, but it didn't fix it. So I edited HTTP.pm to this:
#exec $^X, $0, @{ $options->{argv} || [] };
And now it restarts okay when HUPed. Did I do something wrong or is
this a bug? The script used to restart okay when HUPed before I
upgraded.
It's a bug.
In fact, the thing you fixed is a bug, and the fact $options->{argv}
isn't being passed is also a bug.
Fixed: http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=12557
Cheers
t0m
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/