use strict; use warnings FATAL => 'all'; use 5.008001; use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( NAME => 'SCS', VERSION_FROM => 'lib/SCSite.pm', PREREQ_PM => { 'Web::Simple' => '0.009', 'Moo' => '0.009005', 'Syntax::Keyword::Gather' => '1.001', 'IO::All' => '0.44', 'JSON' => '2.50', 'Text::MultiMarkdown' => '1.000033', 'HTML::Zoom' => '0.009006', }, );