summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-23 14:18:49 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-23 14:18:49 -0400
commit76a60bbe606ef00f315c3faf0a63d7b96df19804 (patch)
treee7dfaa29b6eb49c593ec5cc21d95b0a73a38aacc
parent75f41808ad351e4840f6481e7af20161ddd8a972 (diff)
downloadparse-keyword-76a60bbe606ef00f315c3faf0a63d7b96df19804.tar.gz
parse-keyword-76a60bbe606ef00f315c3faf0a63d7b96df19804.zip
fix deps
-rw-r--r--dist.ini4
1 files changed, 4 insertions, 0 deletions
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