You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2015/10/16 15:23:07 UTC

svn commit: r1708989 - /spamassassin/trunk/t/header_utf8.t

Author: mmartinec
Date: Fri Oct 16 13:23:07 2015
New Revision: 1708989

URL: http://svn.apache.org/viewvc?rev=1708989&view=rev
Log:
tested t/header_utf8.t with perl 5.10.1, works fine, set TEST_ENABLED

Modified:
    spamassassin/trunk/t/header_utf8.t

Modified: spamassassin/trunk/t/header_utf8.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/header_utf8.t?rev=1708989&r1=1708988&r2=1708989&view=diff
==============================================================================
--- spamassassin/trunk/t/header_utf8.t (original)
+++ spamassassin/trunk/t/header_utf8.t Fri Oct 16 13:23:07 2015
@@ -3,7 +3,7 @@
 use lib '.'; use lib 't';
 use SATest; sa_t_init("header_utf8.t");
 
-use constant TEST_ENABLED => ($] > 5.010001);
+use constant TEST_ENABLED => ($] >= 5.010);
 
 use Test; BEGIN { plan tests => (TEST_ENABLED ? 154 : 0) };