Mailing List Archive

[SpamAssassin Wiki] Updated: ArgumentWithUnderscoreIsntNumeric
Date: 2004-10-27T10:18:02
Editor: DavidForrest <drf5n+spamassassin@freeshell.org>
Wiki: SpamAssassin Wiki
Page: ArgumentWithUnderscoreIsntNumeric
URL: http://wiki.apache.org/spamassassin/ArgumentWithUnderscoreIsntNumeric

no comment

Change Log:

------------------------------------------------------------------------------
@@ -51,3 +51,5 @@
As the last both commands show will Perl just ignore everything after the underscore, which can lead to unexpected results when comparing numbers. That's the bad news.

In the SpamAssassin codebase there aren't anywhere numbers used which contain an underscore -- the warnings are produced by the $VERSION variable of external modules. And there's no place where the code checks for such an exact version that the ignored part of the fractions would have any impact. That's the good news.
+----
+CategoryFaq