airplane svg file
[perl-landing-airplanes.git] / Makefile.PL
index 3ce7503..a98d5d1 100644 (file)
@@ -1,15 +1,16 @@
 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 '';
 
 auto_include;