X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=blobdiff_plain;f=Makefile.PL;h=a98d5d16389d7e0d8b47e2766ef3cf3e8ff88ac5;hp=3ce75035916b1864385a116a8e688479f1e8cc3e;hb=697ccdcf8c01eaa5edd57da8379f259989d6f81d;hpb=5aee8f0d4cdcc16c69a63c4f3f1313833fc7932e diff --git a/Makefile.PL b/Makefile.PL index 3ce7503..a98d5d1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;