t/011_conditional.t ........... 1/5
Use of uninitialized value in uc at
lib/Excel/Template/Container/Conditional.pm line 64.
my $istrue = $val && 1;
- my $is = uc $context->get($self, 'IS') || 'TRUE';
+ my $is = uc($context->get($self, 'IS') || 'TRUE');
if ($is eq 'TRUE')
{
return 0 unless $istrue;