Commit 02f6dedd authored by Gervase Markham's avatar Gervase Markham

Bug 1189737 - add File::Which to optional module requirements for building documentation. r=LpSolit

parent 4e859c3c
......@@ -415,7 +415,13 @@ sub OPTIONAL_MODULES {
module => 'File::Copy::Recursive',
version => 0,
feature => ['documentation'],
}
},
{
package => 'File-Which',
module => 'File::Which',
version => 0,
feature => ['documentation'],
},
);
my $extra_modules = _get_extension_requirements('OPTIONAL_MODULES');
......
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