use strict; use warnings FATAL => 'all'; use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( NAME => 'System-Introspector-Report', VERSION_FROM => 'lib/System/Introspector/Report.pm', PREREQ_PM => { 'Moo' => '1.000000', 'HTML::Zoom' => '0.009006', 'Config::General' => '2.51', 'Module::Runtime' => '0.013', 'IO::All' => '0.45', 'strictures' => '1', 'JSON::PP' => '2.53', 'Object::Remote' => '0.001001', 'MediaWiki::API' => '0.39', 'Log::Contextual' => '0.004202', 'Module::Runtime' => '0.013', 'MRO::Compat' => 0, 'Class::C3' => 0, 'Getopt::Long' => 0, 'Pod::Usage' => 0, 'aliased' => 0, 'Try::Tiny' => 0, }, EXE_FILES => [ 'bin/system-introspector-report', ], );