From 739c821a54c01816e60eb5f774c8977a1e221ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 9 Jul 2021 15:27:16 -0500 Subject: upstream --- Build.PL | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'Build.PL') 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', ); -- cgit v1.2.3