From: Jesse Luehrs Date: Wed, 20 Oct 2010 19:44:48 +0000 (-0500) Subject: add prereqs X-Git-Tag: 0.01~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2da5b7e24dd4e2a70b69ad642905ba7b69a4be79;p=gitmo%2FEval-Closure.git add prereqs --- diff --git a/dist.ini b/dist.ini index ced6a0b..d88c72d 100644 --- a/dist.ini +++ b/dist.ini @@ -7,3 +7,12 @@ copyright_holder = Jesse Luehrs dist = Eval-Closure [Prereq] +Scalar::Util = 0 +Sub::Exporter = 0 +Try::Tiny = 0 + +[Prereq / TestRequires] +Test::More = 0.88 + +[Prereq / RuntimeRecommends] +Perl::Tidy = 0