diff options
author | Jesús <heckyel@hyperbola.info> | 2020-11-09 16:45:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-11-09 16:45:08 -0500 |
commit | df38290ff87a81068f1764e05fd007182afb9e8a (patch) | |
tree | 4656081f8e9dcb094c918b2b9182f536a5281979 /Build.PL | |
parent | d7290a42fa081746cfdf1222e58c46d703d2c709 (diff) | |
download | fair-viewer-df38290ff87a81068f1764e05fd007182afb9e8a.tar.lz fair-viewer-df38290ff87a81068f1764e05fd007182afb9e8a.tar.xz fair-viewer-df38290ff87a81068f1764e05fd007182afb9e8a.zip |
update from upstream
POD tweaks. (utf8 + fixes)
Diffstat (limited to 'Build.PL')
-rw-r--r--[-rwxr-xr-x] | Build.PL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,3 @@ -#!/usr/bin/perl use utf8; use 5.010; @@ -20,6 +19,8 @@ my $builder = Module::Build->new( 'Test::More' => 0, }, + extra_manify_args => { utf8 => 1 }, + configure_requires => { 'Module::Build' => 0, }, |