On Sun, Nov 14, 2004 at 02:51:22PM +0300, Alexey Tourbin wrote: > On Wed, Nov 10, 2004 at 11:45:37AM +0200, Alexander Kuprin wrote: > > make: Entering directory `/home/alex/RPM/BUILD/Text-Aspell-0.04' > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > > t/test....FAILED tests 15-17, 20 > > Failed 4/21 tests, 80.95% okay > $ cd /home/alex/RPM/BUILD/Text-Aspell-0.04 > $ perl -Mblib t/*.t $ perl -Mblib t/test.t |grep 'not ok' not ok 16 The method "clear" is unimplemented in "WritableDict". not ok 17 testt testy test tester tasty tests taste test's not ok 20 $ clear_session не работает, из-за этого последующие тесты валятся. В aspell кто-нибудь разбирается? Кажется, это в aspell-0.60/modules/speller/default/data.cpp: PosibErr Dictionary::clear() { return make_err(unimplemented_method, "clear", class_name); } Раньше работало, а в новых версиях стало unimplemented. Отстой!