diff options
author | trizen <trizen@protonmail.com> | 2020-09-14 02:37:30 +0300 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-28 21:37:50 -0500 |
commit | 192dd6d100f070a95be6868aa7ab7c3992859c1a (patch) | |
tree | 54226609f6caf2c78f796211f1cc933668d888dd /Build.PL | |
parent | 3f6c02f784b471c4c9dc1be81328798ef8e33054 (diff) | |
download | fair-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-x | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |