From f52dda762fb47562ccf21f359ad679156a16e5c9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 8 Mar 2017 13:43:18 -0500 Subject: Add Throwable --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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', ); -- cgit v1.2.3-24-g4f1b