summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-08-16 04:15:53 -0400
committerJesse Luehrs <doy@tozt.net>2016-08-16 04:16:35 -0400
commitc19df11fccbd5abf7296e86ee7dc8c2f769d7c21 (patch)
tree41aabf16d609a35b01c3d4a94ea8c4f38d03f60f /dist.ini
parent96ed58c6de66c8495cb3982373fb82ab19508536 (diff)
downloadreply-c19df11fccbd5abf7296e86ee7dc8c2f769d7c21.tar.gz
reply-c19df11fccbd5abf7296e86ee7dc8c2f769d7c21.zip
add plugin to page long results (#47)
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