<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I upgraded Catalyst to 5.80016, and now restarting the dev server script with HUP makes it crash with this error:<br><br>Restarting server on SIGHUP...<br>Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.10.0/Catalyst/Engine/HTTP.pm line 342.<br><br>Here is Catalyst::Engine::HTTP line 342:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exec $^X, $0, @{ $options-&gt;{argv} };<br><br>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:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #exec $^X, $0, @{ $options-&gt;{argv} || [] };<br>
<br>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.<br><br>thanks <br>Jim<br><br><br>Catalyst::Runtime is up to date (5.80016)<br>Catalyst::Devel is up to date (1.25).<br><br>                                               <br /><hr />Hotmail: Free, trusted and rich email service. <a href='http://clk.atdmt.com/GBL/go/171222984/direct/01/' target='_new'>Get it now.</a></body>
</html>