aboutsummaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
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',
);