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