Hi Bill -
On Fri, Oct 19, 2012, at 11:37 AM, Bill Moseley wrote:
> Use of uninitialized value in delete
>
> with a line number pointing to this line:
>
> delete $c->stash->{foo};
>
> I didn't think that delete() issued a warning,
Are both $c and $c->stash defined at that point?
Larry
_______________________________________________
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/