Subject: | Bug with configuration file |
Date: | Tue, 18 Nov 2008 20:00:26 +0100 |
To: | bug-Catalyst-Controller-FormBuilder [...] rt.cpan.org |
From: | Benat Dagorret <lists [...] nrd.fr> |
Hi,
I'm getting some trouble reading the configuration file of a form.
In (FormBuilder/Action.pm) _source sub, the "if ( -f $conf && -r _ )"
condition fails (line 91). More precisely, the config file $conf is
found correctly but the "-r _" test returns false, making the double
condition fail. Removing this second test solves my problem.
I'm working on two webapps and I can't figure why things work smoothly
for one and not the other. Below are some details about my environment.
Many thanks for reading and please let me know if I can do any specific
testing. Regards.
ENVIRONMENT :
perl -v | head -n2
This is perl, v5.8.8 built for amd64-freebsd
uname -a
FreeBSD amaiur.nrd.lan 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24
10:35:36 UTC 2008
root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
perl -MCatalyst::Controller::FormBuilder -e 'print \
$Catalyst::Controller::FormBuilder::VERSION'
0.04
--
Benat Dagorret