use curve points for plane path
[perl-landing-airplanes.git] / Makefile.PL
index 3ce7503..6aeb0b4 100644 (file)
@@ -1,15 +1,17 @@
 use inc::Module::Install;
 use Module::AutoInstall;
 
-name 'Game-AirportLanding';
-#all_from 'lib/AirportLanding.pm';
-#readme_from 'lib/AirportLanding.pm';
+name 'LandingAirplanes';
+#all_from 'lib/LandingAirplanes.pm';
+#readme_from 'lib/LandingPairplanes.pm';
 license 'artistic';
 
 requires 'SDL';
 requires 'Carp';
 requires 'Data::Dump';
 requires 'Math::CatmullRom';
+requires 'Algorithm::Line::Bresenham';
+requires 'Math::Bezier';
 #requires '';
 
 auto_include;