summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-03-08 19:43:18 +0100
committerDylan William Hardison <dylan@hardison.net>2017-03-08 21:24:24 +0100
commitf52dda762fb47562ccf21f359ad679156a16e5c9 (patch)
tree1099251aa6eb460cbff836df37216435ceb9df47 /Makefile.PL
parentb22d0f925178523bdd5b7aecd9deb86382f34f05 (diff)
downloadbugzilla-f52dda762fb47562ccf21f359ad679156a16e5c9.tar.gz
bugzilla-f52dda762fb47562ccf21f359ad679156a16e5c9.tar.xz
Add Throwable
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 14062e872..f9054cc21 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -73,6 +73,7 @@ my %requires = (
'Parse::CPAN::Meta' => '1.44',
'Template' => '2.24',
'Text::CSV_XS' => 0,
+ 'Throwable' => 0,
'URI' => '1.55',
'version' => '0.87',
);