On Wed, Sep 08, 2004 at 06:01:53PM -0400, Ivan Adzhubey wrote: > Проходит без проблем. Может это что-то с Net-SSH-Perl? Но на 5.8.3 все > собиралось... Не похоже... > > > t/01-compile.....# Failed test (t/01-compile.t at line 5) > > > # Tried to use 'Net::SSH::Perl'. > > > # Error: Weak references are not implemented in the version of > > > # perl > > > at /home/ivan/Temp/Net-SSH-Perl-1.25/blib/lib/Net/SSH/Perl/Packet.pm > > > line 22 На строке 22: use Scalar::Util qw(weaken); Соответственно, $ perl -e 'use Scalar::Util qw(weaken);' должно либо работать, либо выдавать точно такую же ошибку. Там же (в /usr/lib/perl5/Scalar/Util.pm) находится сообщение об ошибке "Weak references are not implemented in the version of perl". $ cd ~/.cpan/build/Net-SSH-Perl-1.25 $ perl -Iblib/{lib,arch} t/01-compile.t 1..1 ok 1 - use Net::SSH::Perl; $ Так работает?