summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--dist.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 569133f..69d45dc 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
Revision history for Reply
{{$NEXT}}
+ - make tests pass again if Term::ReadKey is not installed (andk, #52)
0.41 2016-08-16
- add #vars command to list currently in scope variable names (garu, #39)
diff --git a/dist.ini b/dist.ini
index b3b00ba..bae4d19 100644
--- a/dist.ini
+++ b/dist.ini
@@ -13,7 +13,7 @@ skip = ^lib/Reply/Util.pm$
:version = 0.14
dist = Reply
repository = github
-Test::Compile_skip = ::(?:CollapseStack|Nopaste|DataDump|DataPrinter|Editor|AutoRefresh|Autocomplete::Keywords)$
+Test::Compile_skip = ::(?:CollapseStack|Nopaste|DataDump|DataPrinter|Editor|AutoRefresh|Autocomplete::Keywords|Pager)$
PodWeaver_finder = WeaverFiles
[MetaNoIndex]