summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-09-19 20:16:49 +0200
committerGitHub <noreply@github.com>2018-09-19 20:16:49 +0200
commit144234c61f9d0ea53069c9182f95a0fed7526206 (patch)
tree1dbe98b1946655a044c2ab44914eaf9f148a1ecd /Makefile.PL
parentb8b2a943056adbb112474df7bdf766970a56b2dc (diff)
downloadbugzilla-144234c61f9d0ea53069c9182f95a0fed7526206.tar.gz
bugzilla-144234c61f9d0ea53069c9182f95a0fed7526206.tar.xz
no bug - bump Alien::libcmark_gfm
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 7e3095867..495c07c58 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,7 +33,7 @@ BEGIN {
# PREREQ_PM
my %requires = (
- 'Alien::libcmark_gfm' => 0,
+ 'Alien::libcmark_gfm' => '3',
'Algorithm::BloomFilter' => '0.02',
'CGI' => '4.31',
'CGI::Compile' => 0,