]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 5 Nov 2012 15:37:42 +0000 (16:37 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 5 Nov 2012 15:37:42 +0000 (16:37 +0100)
r=glob a=LpSolit

Bugzilla/Install/Requirements.pm

index 12cceedb412b9b60654b0e8ee71aec20a1397adf..49ae7229f83056578d1801ce7e5e56c411152751 100644 (file)
@@ -127,10 +127,11 @@ sub REQUIRED_MODULES {
         module  => 'Template',
         version => '2.22'
     },
+    # 2.04 implement the "Test" method (to write to data/mailer.testfile).
     {
         package => 'Email-Send',
         module  => 'Email::Send',
-        version => ON_WINDOWS ? '2.16' : '2.00',
+        version => ON_WINDOWS ? '2.16' : '2.04',
         blacklist => ['^2\.196$']
     },
     {