--- /dev/null
+use strict;
+use warnings FATAL => 'all';
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+ NAME => 'App-SCS',
+ VERSION => 0,
+ PREREQ_PM => {
+ 'Web::Simple' => 0,
+ Moo => 0,
+ 'Module::Runtime' => 0,
+ 'HTML::Zoom' => 0,
+ 'IO::All' => 0,
+ 'Text::MultiMarkdown' => 0,
+ 'Data::Pond' => 0,
+ 'Safe::Isa' => 0,
+ 'Syntax::Keyword::Gather' => 0,
+ 'Try::Tiny' => 0,
+ JSON => 0,
+ }
+);