On Sun, 6 Apr 2008, Lesley Binks wrote:
Hi I'm experimenting with CGI::Application and thought I'd try the sitepoint article out to get the hang of it all. So I cut and pasted the data and then started sorting out the dependencies via cpan which I think gets me the latest modules down. . I'm on Debian etch with perl 5.8
use the handy libcgi-application-plugins-perl package via apt-get instead. You can even install the more up to date version from sid on etch without problems though some manual work might be necessary to install dependencies.
I searched through the archives on erlbaum.net and found that someone else has experienced this same problem in Oct 2007. ( http://www.erlbaum.net/pipermail/cgiapp/2007q4/000062.html ) The sample application requires CAP::ValidateRM and the cpan install fails thus PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_basic......ok t/99_pod........ok t/forward.......1/4 # Failed test 'form is returned' # at t/forward.t line 22. # got: 'legacy form output HUH' # expected: 'legacy form output' # Looks like you failed 1 test of 4. t/forward....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests
I mentioned this to Mark and he said it was harmless. -- Jaldhar H. Vyas <[EMAIL PROTECTED]> ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
