Thanks, Ilya! You are right! /usr/bin/perl contains old binary from v5.00503 So, I've change it to a link pointing to /usr/local/bin/perl Now all works fine! Ruslan
> Looks like your sys admin had installed perl from core and from ports > and as result you have two perl installation on systems. Perl from > core (5.00503) likely to have is binary in /usr/bin/perl and perl from > ports (5.6.1) in /usr/local/bin/perl. > > If your PATH doesn't have /usr/local/bin or it comes after /usr/bin > than 'perl Makefile.PL' uses perl from core. Try either changing your > PATH or using full path to perl (i.e. /usr/local/bin/perl > Makefile.PL).