Skip to content

Commit 7525a19

Browse files
committed
Bug 1217551 - Add File::Copy::Recursive to Bugzilla/Install/Requirements.pm
1 parent 861eb8f commit 7525a19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Bugzilla/Install/Requirements.pm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,13 @@ sub OPTIONAL_MODULES {
425425
version => '0',
426426
feature => ['mfa'],
427427
},
428+
# Documentation
429+
{
430+
package => 'File-Copy-Recursive',
431+
module => 'File::Copy::Recursive',
432+
version => 0,
433+
feature => ['documentation'],
434+
}
428435
);
429436

430437
my $extra_modules = _get_extension_requirements('OPTIONAL_MODULES');

0 commit comments

Comments
 (0)