in reply to Can't locate loadable object for module in @INC

use Language::Prolog::Yaswi::Low.pm

That's wrong in two ways. First the .pm shouldn't be there. Secondly the documentation explicitly says

# don't use Language::Prolog::Yaswi::Low; use Language::Prolog::Yaswi; # instead ;-)
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: Can't locate loadable object for module in @INC
by Steve_BZ (Chaplain) on Nov 10, 2009 at 23:15 UTC

    My bad, it doesn't say.pm!

    But Yaswi calls Yaswi::Low.

    Thanks and regards

    Steve