aboutsummaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-09-14 02:37:30 +0300
committerJesús <heckyel@hyperbola.info>2020-09-28 21:37:50 -0500
commit192dd6d100f070a95be6868aa7ab7c3992859c1a (patch)
tree54226609f6caf2c78f796211f1cc933668d888dd /Build.PL
parent3f6c02f784b471c4c9dc1be81328798ef8e33054 (diff)
downloadfair-viewer-192dd6d100f070a95be6868aa7ab7c3992859c1a.tar.lz
fair-viewer-192dd6d100f070a95be6868aa7ab7c3992859c1a.tar.xz
fair-viewer-192dd6d100f070a95be6868aa7ab7c3992859c1a.zip
Recommend "Term::ReadLine::Gnu", which provides "Term::ReadLine::Gnu::XS"
Signed-off-by: Jesús <heckyel@hyperbola.info>
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
},