Skip to content

Commit

Permalink
Bug 1006288: add File::Slurp to the list of optional modules
Browse files Browse the repository at this point in the history
r=dkl, a=glob
  • Loading branch information
globau committed May 14, 2014
1 parent ad99e9d commit ea23299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Bugzilla/Install/Requirements.pm
Expand Up @@ -368,6 +368,12 @@ sub OPTIONAL_MODULES {
version => 0,
feature => ['jobqueue'],
},
{
package => 'File-Slurp',
module => 'File::Slurp',
version => '9999.13',
feature => ['jobqueue'],
},

# mod_perl
{
Expand Down

0 comments on commit ea23299

Please sign in to comment.