[html-formfu] tests failing in latest trunk
Carl Franks
fireartist at gmail.com
Tue Jul 10 20:03:41 GMT 2007
On 10/07/07, Daisuke Maki <daisuke at endeworks.jp> wrote:
> cd svn/HTML-FormFu
> svn update
> perl Makefile.PL
> make test
>
> is all I did.
>
> svn update shows it at rev 247
>
> daisuke at endeworks$ svn update
> At revision 247.
> daisuke at endeworks$
>
> Looking at svn diff, I have modifications, but that's only on the docs...
The first error message was "Can't locate HTML/FormFu/Element/src.pm in @INC"
Does that file exist in your "lib" directory?
If not, then there's something wrong with your checkout directory.
If yes, then there's something wrong with @INC when `make test` is running.
If that's the case, try changing the first test file to include the line:
warn "INC: '%s'\n", $INC{'HTML/FormFu.pm'};
If that prints anything other than "INC: lib/HTML/FormFu.pm" then
something's wrong.
Carl
More information about the HTML-FormFu
mailing list