--- /dev/null
+use strict;
+use warnings FATAL => 'all';
+use 5.008001;
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+ NAME => 'App-EzPz',
+ VERSION => 0,
+ PREREQ_PM => {
+ Moo => 0,
+ 'IO::All' => 0,
+ 'Module::Runtime' => 0,
+ 'Eval::WithLexicals' => 0,
+ 'IPC::System::Simple' => 0,
+ strictures => 0,
+ 'File::Which' => 0
+ }
+);