in reply to Kwiki update problems with Spoon

You want just Kwiki now. CGI::Kwiki got a Six Million Dollar Man rebuild, and became Kwiki. You'll find it much nicer. Actually, use Bundle::Kwiki to get all the basics, including what is listed in the InstallingTypicalWikiFeatures page above.

mhoward - at - hattmoward.org

Replies are listed 'Best First'.
Re^2: Kwiki update problems with Spoon
by water (Deacon) on Sep 18, 2004 at 23:47 UTC
    Unable to install Bundle::Kwiki as Kwiki::Email requires 5.8.3 and they're still at 5.8.2.

    So we cpan, and "force install Kwiki", which is successful, and still the same error:

    [543 root@xxx:/var/www/kwiki]$ kwiki -update Can't locate object method "init" via package "CGI::Kwiki::Config" at +/usr/lib/perl5/site_perl/5.8.2/Spoon/Config.pm line 22. [544 root@xxx:/var/www/kwiki]$
    Harumpth. Still stuck. :(

      The CLI tool is kwiki-install now.

      mhoward - at - hattmoward.org

      via package "CGI::Kwiki::Config"

      That's because in CGI::Kwiki,   There's no Spoon.

      There really isn't. Spoon came to Kwiki after it moved namespace from "CGI::Kwiki" to simply "Kwiki". So your error shouldn't be there, or at least it should say   via package "Kwiki::.."   instead of   via package "CGI::Kwiki..."

      Best you grep for the string "CGI::Kwiki" in your installation. There's something definitely wrong where you find it. Maybe some module author mislabeled a package in a use or package statement somewhere there.

      Cheers, Sören

      Kwiki and CGI::Kwiki are not compatible.