initial Makefile.PL
[scpubgit/App-EzPz.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..8860481
--- /dev/null
@@ -0,0 +1,18 @@
+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
+  }
+);