reduce drop point on strip A
[perl-landing-airplanes.git] / Makefile.PL
index 7b7f128..6aeb0b4 100644 (file)
@@ -1,9 +1,9 @@
 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';
@@ -11,6 +11,7 @@ requires 'Carp';
 requires 'Data::Dump';
 requires 'Math::CatmullRom';
 requires 'Algorithm::Line::Bresenham';
+requires 'Math::Bezier';
 #requires '';
 
 auto_include;