Skip Menu |

This queue is for tickets about the HTML-Widget CPAN distribution.

Report information
The Basics
Id: 104393
Status: new
Priority: 0/
Queue: HTML-Widget

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.11
Fixed in: (no value)



Subject: HTML::Widget::Constraint::DependOn should check for field existence
We've had this local patch applied for quite some time. This changes the code to work as documented. @@ -28,7 +28,7 @@ my @names = @{ $self->names }; my $first = shift @names; - return [] if !$params->{$first}; + return [] if !exists $params->{$first}; for my $name (@names) { push @$results,