Commit fca0b6cb authored by Byron Jones's avatar Byron Jones

Bug 1006288: add File::Slurp to the list of mandatory modules

r=dkl, a=glob
parent 52b113cc
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment