On 10/07/07, Daisuke Maki <[EMAIL PROTECTED]> wrote:
cd svn/HTML-FormFu
svn update
perl Makefile.PL
make test

is all I did.

svn update shows it at rev 247

[EMAIL PROTECTED] svn update
At revision 247.
[EMAIL PROTECTED]

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

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to