diff options
author | Jesús <heckyel@hyperbola.info> | 2021-07-09 15:27:16 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-07-09 15:27:16 -0500 |
commit | 739c821a54c01816e60eb5f774c8977a1e221ea0 (patch) | |
tree | e04a7f5a6fe4d450d43fd45c412f9d415bcb7a7e /Build.PL | |
parent | c1322a4e9a1fb0a286dab1277a740072d0ab30f9 (diff) | |
download | fair-viewer-739c821a54c01816e60eb5f774c8977a1e221ea0.tar.lz fair-viewer-739c821a54c01816e60eb5f774c8977a1e221ea0.tar.xz fair-viewer-739c821a54c01816e60eb5f774c8977a1e221ea0.zip |
upstream
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -64,22 +64,12 @@ my $builder = Module::Build->new( }, recommends => { - 'LWP::UserAgent::Cached' => 0, # cache support + 'LWP::UserAgent::Cached' => 0, # local cache 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 + 'Unicode::GCString' => 0, # fixed-width formatting }, - auto_features => { - fixed_width_support => { - description => "Print the results in a fixed-width format (--fixed-width, -W)", - requires => { - 'Unicode::GCString' => 0, # this is recommended - #'Text::CharWidth' => 0, # this works as fallback - }, - }, - }, - add_to_cleanup => ['WWW-FairViewer-*'], create_makefile_pl => 'traditional', ); |