summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-04 10:32:57 -0500
committerJesse Luehrs <doy@tozt.net>2013-06-04 10:32:57 -0500
commitf80ff03c40a4f9447c6a5c402779f9217b25d80f (patch)
tree9f1df2085e904eae180d5c1c4d57658b50147d2d /dist.ini
parent0216bb1b4ebe417d6e9141f75b331cc00a835bd2 (diff)
downloadreply-f80ff03c40a4f9447c6a5c402779f9217b25d80f.tar.gz
reply-f80ff03c40a4f9447c6a5c402779f9217b25d80f.zip
make Data::Printer recommended, not required
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index 05d20e9..6246844 100644
--- a/dist.ini
+++ b/dist.ini
@@ -21,10 +21,12 @@ package = Reply::Plugin::Default
[AutoPrereqs]
skip = ^App::Nopaste$
skip = ^Data::Dump$
+skip = ^Data::Printer$
skip = ^Proc::InvokeEditor$
[Prereqs / RuntimeRecommends]
App::Nopaste = 0
Data::Dump = 0
+Data::Printer = 0
Proc::InvokeEditor = 0
Term::ReadLine::Gnu = 0