aboutsummaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-07-09 15:27:16 -0500
committerJesús <heckyel@hyperbola.info>2021-07-09 15:27:16 -0500
commit739c821a54c01816e60eb5f774c8977a1e221ea0 (patch)
treee04a7f5a6fe4d450d43fd45c412f9d415bcb7a7e /Build.PL
parentc1322a4e9a1fb0a286dab1277a740072d0ab30f9 (diff)
downloadfair-viewer-739c821a54c01816e60eb5f774c8977a1e221ea0.tar.lz
fair-viewer-739c821a54c01816e60eb5f774c8977a1e221ea0.tar.xz
fair-viewer-739c821a54c01816e60eb5f774c8977a1e221ea0.zip
upstream
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL14
1 files changed, 2 insertions, 12 deletions
diff --git a/Build.PL b/Build.PL
index 05c9410..45582fe 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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',
);