aboutsummaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index c1ead45..a77b075 100755
--- a/Build.PL
+++ b/Build.PL
@@ -63,7 +63,7 @@ my $builder = Module::Build->new(
recommends => {
'LWP::UserAgent::Cached' => 0, # cache support
- 'Term::ReadLine::Gnu::XS' => 0, # for better STDIN support
+ 'Term::ReadLine::Gnu' => 0, # for better STDIN support (+history)
'JSON::XS' => 0, # faster JSON to HASH conversion
'Mozilla::CA' => 0, # just in case if there are SSL problems
},