File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "author" : [
44 " Bugzilla Developers <developers@bugzilla.org>"
55 ],
6- "dynamic_config" : 1 ,
7- "generated_by" : " ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005 " ,
6+ "dynamic_config" : 0 ,
7+ "generated_by" : " ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010 " ,
88 "license" : [
99 " unknown"
1010 ],
8888 "Search::Elasticsearch" : " 0" ,
8989 "Template::Plugin::GD::Image" : " 0" ,
9090 "Test::Taint" : " 1.06" ,
91+ "Text::MultiMarkdown" : " 1.000034" ,
9192 "TheSchwartz" : " 1.10" ,
9293 "Type::Tiny" : " 1" ,
9394 "URI::Escape" : " 0" ,
232233 }
233234 }
234235 },
236+ "markdown" : {
237+ "description" : " Markdown syntax support for comments" ,
238+ "prereqs" : {
239+ "runtime" : {
240+ "requires" : {
241+ "Text::MultiMarkdown" : " 1.000034"
242+ }
243+ }
244+ }
245+ },
235246 "memcached" : {
236247 "description" : " Memcached Support" ,
237248 "prereqs" : {
484495 },
485496 "release_status" : " stable" ,
486497 "version" : " 42" ,
487- "x_serialization_backend" : " JSON::PP version 2.27300 "
498+ "x_serialization_backend" : " JSON::PP version 2.27400 "
488499}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ build_requires:
99 Test::WWW::Selenium : ' 0'
1010configure_requires :
1111 ExtUtils::MakeMaker : 6.57_07
12- dynamic_config : 1
13- generated_by : ' ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005 '
12+ dynamic_config : 0
13+ generated_by : ' ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010 '
1414license : unknown
1515meta-spec :
1616 url : http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -69,6 +69,7 @@ optional_features:
6969 Search::Elasticsearch : ' 0'
7070 Template::Plugin::GD::Image : ' 0'
7171 Test::Taint : ' 1.06'
72+ Text::MultiMarkdown : ' 1.000034'
7273 TheSchwartz : ' 1.10'
7374 Type::Tiny : ' 1'
7475 URI::Escape : ' 0'
@@ -136,6 +137,10 @@ optional_features:
136137 description : ' Linux::PID for MozReview'
137138 requires :
138139 Linux::Pid : ' 0'
140+ markdown :
141+ description : ' Markdown syntax support for comments'
142+ requires :
143+ Text::MultiMarkdown : ' 1.000034'
139144 memcached :
140145 description : ' Memcached Support'
141146 requires :
Original file line number Diff line number Diff line change @@ -121,6 +121,12 @@ my %optional_features = (
121121 }
122122 }
123123 },
124+ markdown => {
125+ description => ' Markdown syntax support for comments' ,
126+ prereqs => {
127+ runtime => { requires => { ' Text::MultiMarkdown' => ' 1.000034' } }
128+ }
129+ },
124130 pg => {
125131 prereqs => { runtime => { requires => { ' DBD::Pg' => ' v2.19.3' } } },
126132 description => ' Postgres database support'
You can’t perform that action at this time.
0 commit comments