move the utf8 test next to the other test for the same perlbug
[scpubgit/HTML-String.git] / Makefile.PL
index 2897ead..7987571 100644 (file)
@@ -1,10 +1,13 @@
 use strict;
-use warnings;
+use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
 
+(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+
+
 WriteMakefile(
-  NAME => 'HTML-String',
-  VERSION => '1.0',
+  NAME => 'HTML::String',
+  VERSION_FROM => 'lib/HTML/String.pm',
   PREREQ_PM => {
     'Safe::Isa' => 1,
     'Data::Munge' => '0.04',