From 76a60bbe606ef00f315c3faf0a63d7b96df19804 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Jul 2013 14:18:49 -0400 Subject: fix deps --- dist.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist.ini b/dist.ini index 5503c4c..18510d9 100644 --- a/dist.ini +++ b/dist.ini @@ -19,6 +19,8 @@ skip = ^perl$ skip = ^Sub::Name$ skip = ^Try::Tiny$ skip = ^Exporter::Lexical$ +skip = ^B::Hooks::EndOfScope$ +skip = ^Capture::Tiny$ [Prereqs] perl = 5.014 [Prereqs / ConfigureRequires] @@ -26,6 +28,8 @@ Devel::CallParser = 0 [Prereqs / DevelopRequires] Sub::Name = 0 Try::Tiny = 0 +B::Hooks::EndOfScope = 0 +Capture::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