diff options
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', ); |