summaryrefslogtreecommitdiff
path: root/dist/Unicode-Normalize
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-10-02 16:41:45 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-10-02 16:41:45 -0500
commiteba1518a1d65e6594fb5ac92e4e6232acb3dffa7 (patch)
treed53293960d1a63d2eceab6452476d80bb82872c6 /dist/Unicode-Normalize
parentb914d4a580a6436814f84dafd13b90b92e7dbc12 (diff)
downloadperl-eba1518a1d65e6594fb5ac92e4e6232acb3dffa7.tar.gz
Fix Makefile.PL in Unicode-Normalize to be strict/warnings compliant
Diffstat (limited to 'dist/Unicode-Normalize')
-rw-r--r--dist/Unicode-Normalize/Makefile.PL20
1 files changed, 11 insertions, 9 deletions
diff --git a/dist/Unicode-Normalize/Makefile.PL b/dist/Unicode-Normalize/Makefile.PL
index 18bc2e2d28..5c40ff1700 100644
--- a/dist/Unicode-Normalize/Makefile.PL
+++ b/dist/Unicode-Normalize/Makefile.PL
@@ -1,4 +1,6 @@
-require 5.006001;
+use strict;
+use warnings;
+
use ExtUtils::MakeMaker;
my $clean = {};
@@ -29,14 +31,14 @@ WriteMakefile(
'clean' => $clean,
'depend' => { 'Normalize.o' => '$(H_FILES)' },
'PREREQ_PM' => {
- Carp => 0,
- constant => 0,
- DynaLoader => 0,
- Exporter => 0,
- File::Spec => 0,
- strict => 0,
- warnings => 0,
- SelectSaver => 0,
+ 'Carp' => 0,
+ 'constant' => 0,
+ 'DynaLoader' => 0,
+ 'Exporter' => 0,
+ 'File::Spec' => 0,
+ 'strict' => 0,
+ 'warnings' => 0,
+ 'SelectSaver' => 0,
},
($mm_ver < 6.48 ? () : MIN_PERL_VERSION => 5.6.0),
($mm_ver < 6.46 ? () : (META_MERGE => {