[guillaume@baader db]$ grep '^$VERSION' /usr/lib/perl5/5.8.0/Test/*
/usr/lib/perl5/5.8.0/Test/Builder.pm:$VERSION = '0.15';
/usr/lib/perl5/5.8.0/Test/Harness.pm:$VERSION = '2.26';
/usr/lib/perl5/5.8.0/Test/More.pm:$VERSION = '0.45';
/usr/lib/perl5/5.8.0/Test/Simple.pm:$VERSION = '0.45';

[guillaume@baader db]$ grep '^$VERSION' 
/usr/lib/perl5/vendor_perl/5.8.0/Test/*
/usr/lib/perl5/vendor_perl/5.8.0/Test/Builder.pm:$VERSION = '0.16';
/usr/lib/perl5/vendor_perl/5.8.0/Test/Exception.pm:$VERSION = '0.11';
/usr/lib/perl5/vendor_perl/5.8.0/Test/More.pm:$VERSION = '0.46';
/usr/lib/perl5/vendor_perl/5.8.0/Test/Simple.pm:$VERSION = '0.46';

The first files are part of perl-5.8.0, the second from perl-Test-Simple. 
However, it seems the oldest version take priority when executing a perl 
programm...
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html


Reply via email to