[html-formfu] tests failing in latest trunk

Daisuke Maki daisuke at endeworks.jp
Wed Jul 11 00:21:06 GMT 2007


Ah, false alarm.
Module::Install required me to rebuild MANIFEST (which, I thought, 
didn't matter for development)

anyways, make clean; perl Makefile.PL; make manifest; make test worked.

sorry 'bout that.
--d

Carl Franks wrote:
> 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
> 
> _______________________________________________
> HTML-FormFu mailing list
> HTML-FormFu at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
> 




More information about the HTML-FormFu mailing list