Checking if your kit is complete... Looks good Writing Makefile for Plucene::Plugin::WeightedQueryParser cp WeightedQueryParser.pm blib/lib/Plucene/Plugin/WeightedQueryParser.pm Manifying blib/man3/Plucene::Plugin::WeightedQueryParser.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..4 ok 1 - The object isa Plucene::Plugin::WeightedQueryParser ok 2 - foo:bar parsed OK not ok 3 - test:hello bar parsed OK # Failed test (test.pl at line 26) # got: 'test:hello (bar:bar^5 foo:bar^10)' # expected: 'test:hello (foo:bar^10 bar:bar^5)' not ok 4 - hi "phrase query" parsed OK # Failed test (test.pl at line 26) # got: '(bar:hi^5 foo:hi^10) (bar:"phrase query"^5 foo:"phrase query"^10)' # expected: '(foo:hi^10 bar:hi^5) (foo:"phrase query"^10 bar:"phrase query"^5)' # Looks like you failed 2 tests of 4. make: *** [test_dynamic] Error 2