aboutsummaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-11-09 16:45:08 -0500
committerJesús <heckyel@hyperbola.info>2020-11-09 16:45:08 -0500
commitdf38290ff87a81068f1764e05fd007182afb9e8a (patch)
tree4656081f8e9dcb094c918b2b9182f536a5281979 /Build.PL
parentd7290a42fa081746cfdf1222e58c46d703d2c709 (diff)
downloadfair-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.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index d60b4e8..05c9410 100755..100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,
},