]> 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:36:33 +0000 (16:36 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 5 Nov 2012 15:36:33 +0000 (16:36 +0100)
r=glob a=LpSolit

Bugzilla/Install/Requirements.pm

index 7231e81134ee10021748a318e15f1c402b5ea121..ded22df6b70fdba63bb6a1106c12534f99f06b01 100644 (file)
@@ -128,10 +128,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$']
     },
     {