summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index c043a7e..b3b00ba 100644
--- a/dist.ini
+++ b/dist.ini
@@ -27,9 +27,11 @@ skip = ^Carp::Always$
skip = ^Class::Refresh$
skip = ^Data::Dump$
skip = ^Data::Printer$
+skip = ^IO::Pager$
skip = ^mro$
skip = ^MRO::Compat$
skip = ^Proc::InvokeEditor$
+skip = ^Term::ReadKey$
skip = ^Win32::Console::ANSI$
[Prereqs]
@@ -42,7 +44,9 @@ Carp::Always = 0
Class::Refresh = 0.05
Data::Dump = 0
Data::Printer = 0
+IO::Pager = 0
Proc::InvokeEditor = 0
+Term::ReadKey = 0
Term::ReadLine::Gnu = 0
; XXX it'd be nice if we could make this recommended instead of required