From dfed2b264de2652cfdeecbaf8cb9b059c77b44cf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 21 Jul 2013 18:39:46 -0400 Subject: fix up deps --- dist.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist.ini') diff --git a/dist.ini b/dist.ini index 0e9bb8b..607fb36 100644 --- a/dist.ini +++ b/dist.ini @@ -14,8 +14,16 @@ awesome = =inc::MakeMaker [AutoPrereqs] skip = ^Error.*$ skip = ^(?:Try|Fun)$ +skip = ^perl$ +skip = ^Sub::Name$ +skip = ^Try::Tiny$ +[Prereqs] +perl = 5.014 [Prereqs / ConfigureRequires] Devel::CallParser = 0 +[Prereqs / DevelopRequires] +Sub::Name = 0 +Try::Tiny = 0 ; we maintain a Makefile.PL in the repository to be able to work without dzil, ; but for the distribution we let dzil generate a Makefile.PL with the proper -- cgit v1.2.3-54-g00ecf