install dependencies
[perl-landing-airplanes.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..3ce7503
--- /dev/null
@@ -0,0 +1,17 @@
+use inc::Module::Install;
+use Module::AutoInstall;
+
+name 'Game-AirportLanding';
+#all_from 'lib/AirportLanding.pm';
+#readme_from 'lib/AirportLanding.pm';
+license 'artistic';
+
+requires 'SDL';
+requires 'Carp';
+requires 'Data::Dump';
+requires 'Math::CatmullRom';
+#requires '';
+
+auto_include;
+auto_install;
+WriteAll;