On Thu, Mar 25, 2010 at 2:08 PM, <[email protected]> wrote: > Dear List > > I have just updated to Catalyst 5.80021 from 5.8002 and now I am seeing > the following error when I restart my application. > > Use of uninitialized value in list assignment at > /usr/local/share/perl/5.8.8/Catalyst/Engine/HTTP.pm line 371. > > I get 8 of these in one go. > > Can someone tell me if this is a known bug, or tell me how I can resolve > the issue? >
That isn't actually an error, it's simply a warning message. I'm not certain of the fix, based on the limited information given, but I would bet your scripts are out of date. When you start your server (using the dev server) do you get a message about upgrading the script? -J _______________________________________________ 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/
