Hello, I'm trying to install the CPAN module Crypt::X509 into my Perl installation. The Makefile.PL starts with "use 5.008005". Why is Perl 5.8.5 required? My Perl installation is version 5.8.2 and another important to me version 5.8.0 (both on a Linux system).
What is the reason for this requirement? Are the changes between Perl 5.8.5 to Perl 5.8.0 that are very important for running Crypt::X509? Thanks, Micha.