Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-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. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.