On Thursday, March 20, 2003, at 08:32 AM, [EMAIL PROTECTED] wrote:
C:\.cpan\build\AI-Categorizer-0.04>nmake test

Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation.  All rights reserved.

C:\Lang\Perl633\bin\perl.exe -IC:\lang\Perl633\lib -IC:\lang\Perl633\lib
-MExtUtils::Command -e cp eg/categorizer blib\script\categorizer
C:\Lang\Perl633\bin\perl.exe -IC:\lang\Perl633\lib -IC:\lang\Perl633\lib
-e "system qq[pl2bat.bat ].shift" blib\script\categorizer
C:\Lang\Perl633\bin\perl.exe -Mblib -IC:\lang\Perl633\lib -IC:\lang\Perl
633\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV
;" t\01-naive_bayes.t t\02-experiment.t t\03-weka.t t\04-decision_tree.t t\05-sv
m.t t\10-tools.t t\11-feature_vector.t
Using C:/.cpan/build/AI-Categorizer-0.04/blib
t\01-naive_bayes....Can't locate Class/Container.pm in @INC (@INC contains: C:/.
cpan/build/AI-Categorizer-0.04/blib/arch C:/.cpan/build/AI-Categorizer-0.04/blib
/lib C:\lang\Perl633\lib C:\lang\Perl633\lib C:/Lang/Perl633/lib C:/Lang/Perl633
/site/lib . C:/Lang/Perl633/lib C:/Lang/Perl633/site/lib .) at C:/.cpan/build/AI
-Categorizer-0.04/blib/lib/AI/Categorizer.pm line 5.

You need to install Class::Container (and a few other things) before AI::Categorizer will work. There should have been a warning to this effect when you ran 'perl Makefile.PL'.


The prerequisites are listed in the Makefile.PL:

   'PREREQ_PM' => {
                   Class::Container => 0.09,
                   Storable => 0,
                   Params::Validate => 0.18,
                   Statistics::Contingency => 0.06,
                   Lingua::Stem => 0.50,
                   File::Spec => 0,
                  },
 -Ken



Reply via email to