kwiki -compress .

[email protected] (Eric Anderson) Mon, 30 Jan 2006 18:42:20 -0500
Newsgroups perl.kwiki
Message-ID <[email protected]>
Quick question on the "kwiki -compress ." command. I try to run it and I 
get:

Can't locate object method "hub" via package "Spoon::Installer" at 
/usr/lib/perl5/site_perl/5.8.3/Spoon/Installer.pm line 196.

I can clearly see where $self->hub is called. The question is why hub 
doesn't exist? Spoon::Installer inherits from Spiffy which doesn't have 
hub(). Only Spoon::Base has hub(). So it seems that Spoon::Installer 
should inherit from Spoon::Base. But I know other people have to be 
using the compress command so my instinct tells me I am doing something 
wrong and this is not a bug.

Can anybody help shed some light on this?

Eric