[dancer-users] Why do warnings cause Dancer to fail?

Warren Young warren at etr-usa.com
Mon May 5 21:55:19 BST 2014


On 5/5/2014 11:39, Joel Roth wrote:
>
> And the following construction doesn't prevent it.
>
> my $foo;

It wouldn't.

You'd need to say something more like

     my $foo = params 'foo' || '';



More information about the dancer-users mailing list