http://bugzilla.spamassassin.org/show_bug.cgi?id=3811
------- Additional Comments From [EMAIL PROTECTED] 2004-09-27 08:30 ------- The weird thing is that 6.21_03 is a valid floating point number in Perl, at least since 5.6.0 I think (I tried it with 5.6.1). The underscore is just there to make it easier for humans to read the number. There must be something pretty wrong with your Perl because it already complains in line 8 which uses a completely fine Perl statement to require version 5.45. Which version is your Perl? Don't understand me wrong, I'm fine with working around this issue but only if you use a Perl version we support, ie. anything >= 5.6.1 :~) And if this really is a problem with some versions of Perl, you should report it to Michael Schwern, the EU::MM maintainer (via the list <makemaker at perl.org>) because EU::MM needs to be backwards compatible to... ummm... dunno but some ancient Perl versions. Hmmm... does it help if you change the line 134 to the following? $mm_version = $ExtUtils::MakeMaker::VERSION * 1; ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
