use ExtUtils::MakeMaker;
use 5.006;
+# TODO: convert to dzil and use [OnlyCorePrereqs], and possibly [DualLife]
+
(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
WriteMakefile(
web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata',
},
},
+ prereqs => {
+ requires => {
+ test => {
+ 'Test::More' => 0,
+ 'Carp' => 0,
+ 'Config' => 0,
+ 'Cwd' => 0,
+ 'Data::Dumper' => 0,
+ 'Exporter' => 0,
+ 'File::Basename' => 0,
+ 'File::Find' => 0,
+ 'File::Path' => 0,
+ 'File::Spec' => 0,
+ 'File::Temp' => 0,
+ 'IO::File' => 0,
+ },
+ },
+ },
},
);