On Wed, Aug 31, 2005 at 12:08:13AM +0400, Alexey M. Tourbin wrote: > perl-Text-Autoformat#1.13-alt1 perl(Text/Reform.pm) (>= 1.110) --- Text-Autoformat-1.12/Makefile.PL 2003-05-27 23:34:38 +0000 +++ Text-Autoformat-1.13/Makefile.PL 2005-05-04 22:44:23 +0000 @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => q[Text::Autoformat], - VERSION => q[1.12], - PREREQ_PM => { 'Text::Reform' => 0 }, + VERSION => q[1.13], + PREREQ_PM => { 'Text::Reform' => 1.11 }, ); То есть раньше зависимость на perl(Text/Reform.pm) была без версии. Надо пересобрать perl-Text-Reform (для выравнивания версий).