added rotated airstrip
[perl-landing-airplanes.git] / Makefile.PL
index d1cf829..a98d5d1 100644 (file)
@@ -1,9 +1,9 @@
 use inc::Module::Install;
 use Module::AutoInstall;
 
-name 'LandAirplanes';
-all_from 'lib/LandAirplanes.pm';
-readme_from 'lib/LandPairplanes.pm';
+name 'LandingAirplanes';
+all_from 'lib/LandingAirplanes.pm';
+readme_from 'lib/LandingPairplanes.pm';
 license 'artistic';
 
 requires 'SDL';