[jifty-devel] Rrror: Can't locate object method "port" via package "Jifty::Server"

Sean E. Millichamp sean at enertronllc.com
Fri Jan 20 19:49:52 EST 2006


On Fri, 2006-01-20 at 19:31 -0500, David Glasser wrote:
> On Jan 20, 2006, at 4:23 PM, Sean E. Millichamp wrote:
> 
> > -  HTTP::Server::Simple v-1, set by base.pm;
> > -  HTTP::Server::Simple::CGI v-1, set by base.pm;
> > -  HTTP::Server::Simple::CGI::Environment v-1, set by base.pm;
> > +  HTTP::Server::Simple v0.16;
> > +  HTTP::Server::Simple::CGI v0.16;
> > +  HTTP::Server::Simple::CGI::Environment v0.16;
> 
> You're definitely going to need to have HTTP::Server::Simple  
> installed in order to use "jifty server".

Hmm... I didn't realize the significance of the "v-1".  But, as far as I
can tell, it is installed... on the same computer that Jifty isn't
working on where I generated that report I got the following results:

$ perl -e 'require HTTP::Server::Simple; 
print $HTTP::Server::Simple::VERSION'
0.16

So... it seems to me like perl can load and find the version when it is
loaded directly.  Any ideas why it isn't apparently being found/loaded
properly via -MModules::Versions::Report with Jifty?

Sean

-- 
 Sean E. Millichamp, Enertron LLC, 586-757-1200 x102




More information about the jifty-devel mailing list