From df38290ff87a81068f1764e05fd007182afb9e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 9 Nov 2020 16:45:08 -0500 Subject: update from upstream POD tweaks. (utf8 + fixes) --- Build.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 Build.PL (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL old mode 100755 new mode 100644 index d60b4e8..05c9410 --- 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, }, -- cgit v1.2.3