2011/3/7 Greg Larkin <glarkin at freebsd.org>:
>
> I fixed the problem by using recursive "touch -t <now>" on my whole
> /usr/local/lib/perl5 tree.
>
Thanks a lot's!
I've used this command for solving my problem:
find -L /usr/local/lib/perl5/ -exec touch {} +
Regards,
Olivier