Skip Menu |

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

Report information
The Basics
Id: 75771
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: evaldas [...] imbrasas.com
Cc:
AdminCc:

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



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
This is being discussed and can be tracked on github: https://github.com/fireartist/HTML-FormFu/pull/14
Looks like linked PR is merged 🎉 On Fri Mar 16 07:11:27 2012, CFRANKS wrote: Show quoted text
> This is being discussed and can be tracked on github: > https://github.com/fireartist/HTML-FormFu/pull/14