X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=blobdiff_plain;f=Makefile.PL;h=a98d5d16389d7e0d8b47e2766ef3cf3e8ff88ac5;hp=3ce75035916b1864385a116a8e688479f1e8cc3e;hb=7c9c7bd83022a67f24a672484bde9837f2ef7c53;hpb=4d74d9511c47cac2ec1a985fd20c3501af237a52 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;