summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-11 14:07:25 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-11 14:07:25 -0400
commit6600d4c1cc9c7417a9394a6d87ab343f59a80dee (patch)
tree25a6590a35588d08f09abac5473b4e945dbb8d7c
parent98f97d2197f458f54dba57e06635d223b14867c0 (diff)
downloadreply-6600d4c1cc9c7417a9394a6d87ab343f59a80dee.tar.gz
reply-6600d4c1cc9c7417a9394a6d87ab343f59a80dee.zip
CollapseStack isn't default, so no reason to require this
-rw-r--r--dist.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index ea6d7aa..73f48b3 100644
--- a/dist.ini
+++ b/dist.ini
@@ -34,6 +34,7 @@ skip = ^Win32::Console::ANSI$
skip = ^B::Keywords$
skip = ^MRO::Compat$
skip = ^mro$
+skip = ^Carp::Always$
[Prereqs / RuntimeRecommends]
App::Nopaste = 0
@@ -43,6 +44,7 @@ Data::Printer = 0
Proc::InvokeEditor = 0
Term::ReadLine::Gnu = 0
B::Keywords = 0
+Carp::Always = 0
; XXX it'd be nice if we could make this recommended instead of required
[OSPrereqs / MSWin32]