Subject: | |
Date: | Wed, 14 Mar 2012 11:52:41 -0700 |
To: | bug-HTML-FormFu [...] rt.cpan.org |
From: | Evaldas Imbrasas <evaldas [...] imbrasas.com> |
In certain cases, the following warning is produced by HTML::FormFu (0.09007):
---
Use of uninitialized value in string eq at
/usr/local/share/perl/5.10.1/HTML/FormFu/Constraint.pm line 108.
---
Please apply the following patch to HTML::FormFu::Constraint to
silence this warning:
---
108c108
< if ( reftype($value) eq 'ARRAY' ) {
---
Show quoted text
> if ( (reftype($value) || '') eq 'ARRAY' ) {
---
Thanks.
--
-----------------------------------------------------
Evaldas Imbrasas
http://www.imbrasas.com