On 7/6/06, Gabor Szabo <[EMAIL PROTECTED]> wrote:
In the test report of CGI::FileManager
http://www.nntp.perl.org/group/perl.cpan.testers/327049

there is the following section:


[ERROR] [Wed Jul  5 22:29:38 2006] MAKE TEST failed: No such file or
directory /usr/local/perl-5.8.5/bin/perl Build --makefile_env_macros 1
test
t/00.load...............Argument "4.07_01" isn't numeric in subroutine
entry at 
/usr/local/perl-5.8.5/lib/site_perl/5.8.5/CGI/Application/Plugin/Session.pm
line 5.

why?
and who should fix that?

Not sure why the smoke tester is using a development release...  The
line in the CGI::Application::Plugin::Session module is just loading
CGI::Application to make sure that the correct version is being used:

use CGI::Application 3.21;

I am really not sure how you would go about fixing this.  To me it
looks like a problem with the smoke tester and their environment.
They really shouldn't be testing your module while using experimental
development releases of the modules you depend on...

My guess is this problem will go away once CGI::Application 4.08 comes out.

Cheers,

Cees

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to