From: Dylan William Hardison Date: Thu, 28 Jul 2016 18:11:53 +0000 (-0400) Subject: markdown is required for compilg markdown tests X-Git-Tag: release-5.1.2~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df83e520ca50e32659aefbfae7976cdb84283917;p=thirdparty%2Fbugzilla.git markdown is required for compilg markdown tests --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e04883ee26..fb31e77cf3 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -97,7 +97,7 @@ use constant FEATURE_FILES => ( 'Bugzilla/JobQueue/*', 'jobqueue.pl'], patch_viewer => ['Bugzilla/Attachment/PatchReader.pm'], updates => ['Bugzilla/Update.pm'], - markdown => ['Bugzilla/Markdown.pm'], + markdown => ['Bugzilla/Markdown.pm', 't/100markdown.t'], memcached => ['Bugzilla/Memcache.pm'], auth_delegation => ['auth.cgi'], );