Skip to content

Commit

Permalink
Recommend "Term::ReadLine::Gnu", which provides "Term::ReadLine::Gnu:…
Browse files Browse the repository at this point in the history
…:XS"
  • Loading branch information
trizen committed Sep 13, 2020
1 parent fe8ce06 commit a35d56e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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
'JSON::XS' => 0, # faster JSON to HASH conversion
'Mozilla::CA' => 0, # just in case if there are SSL problems
},
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"JSON::XS" : "0",
"LWP::UserAgent::Cached" : "0",
"Mozilla::CA" : "0",
"Term::ReadLine::Gnu::XS" : "0"
"Term::ReadLine::Gnu" : "0"
},
"requires" : {
"Data::Dump" : "0",
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ recommends:
JSON::XS: '0'
LWP::UserAgent::Cached: '0'
Mozilla::CA: '0'
Term::ReadLine::Gnu::XS: '0'
Term::ReadLine::Gnu: '0'
requires:
Data::Dump: '0'
Encode: '0'
Expand Down

0 comments on commit a35d56e

Please sign in to comment.