Stories
Slash Boxes
Comments
NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

barbie (2653)

barbie
  reversethis-{ku. ... m} {ta} {eibrab}
http://barbie.missbarbell.co.uk/

Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.

If you really want to find out more, buy me a Guinness ;)

Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]

Journal of barbie (2653)

Tuesday June 17, 2003
01:14 PM

Quick Wiki ... not on this box :(

[ #12907 ]
Thought I'd install CGI::Kwiki on my box here as a personal todo, ideas and thoughts site. Unfortunately it doesn't work on Windows :(

It complains that I haven't got a PERL5LIB, even though its a Registery setting and just for added value I put it in the AUTOEXEC.BAT file. Still no joy. If I had the time I would look though and figure out where it thinks PERL5LIB is stored, but alas I don't, so I won't.

Back to pen and paper....

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • Sticky Wiki (Score:3, Insightful)

    by ajt (2546) on 2003.06.17 14:14 (#21160) Homepage Journal

    It does work honest! Ignore the failed tests and give it a go. If you have a look on CPAN, check the RT entry for it and you will see:

    I don't know if you got http://www.xray.mpe.mpg.de/mailing-lists/cpan-testers/2003-04/msg02224.html but you still got the same problem

    #ok(system("PERL5LIB=../../blib/lib;../../blib/script/kwiki-install") == 0);
    ok(system("$^X -Mblib=../../blib/lib ../../blib/script/kwiki-install") == 0);

    I've pointed this out to Brian, and he says he'll fix it.

    --
    -- "It's not magic, it's work..."
    • Thanks. Will try that tomorrow. I was most disappointed not to have it up and running. I've been meaning to try it for a while and just haven't had the time.
      • Re:Sticky Wiki (Score:3, Insightful)

        I went though the same cycle. I thought this looks "cool", tried to install it, it failed, gave up for a bit and then tried again.

        Once you look at the tests, you can see why the tests won't run on a non-Unix box, and if you check the subsequent tests you'll see that they are so basic as to being next to useless.

        However that aside, I think it's a great little application. Brian is a busy bod, but seems to take some suggestions on board, so it's worth nagging him to make changes to the core, and it's desi

        --
        -- "It's not magic, it's work..."
        • I had a quick (haha) look at the Kwiki Wiki (!!) and didn't see anything obvious for a fix, but then I didn't have the time to do a delve into the code.

          Did the fix, ran kwiki_install and as if by magic the Wiki appeared :)

          Lovely. Thanks for the fix.