]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1006288: add File::Slurp to the list of mandatory modules
authorByron Jones <glob@mozilla.com>
Wed, 14 May 2014 05:24:47 +0000 (13:24 +0800)
committerByron Jones <glob@mozilla.com>
Wed, 14 May 2014 05:24:47 +0000 (13:24 +0800)
r=dkl, a=glob

Bugzilla/Install/Requirements.pm

index 74cbd82b472c91c742556390338cdce59622013f..f1071564dc0946829cc11ed2b23ea83782be4ee2 100644 (file)
@@ -162,6 +162,11 @@ sub REQUIRED_MODULES {
         module  => 'Math::Random::ISAAC',
         version => '1.0.1',
     },
+    {
+        package => 'File-Slurp',
+        module  => 'File::Slurp',
+        version => '9999.13',
+    },
     );
 
     if (ON_WINDOWS) {