X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=blobdiff_plain;f=Makefile.PL;h=d1cf829803d1118968912ba886e0c95ec5df1fd3;hp=3ce75035916b1864385a116a8e688479f1e8cc3e;hb=b25788a8a1e2953bbf481bbf77357dd9c23ea1eb;hpb=4d74d9511c47cac2ec1a985fd20c3501af237a52 diff --git a/Makefile.PL b/Makefile.PL index 3ce7503..d1cf829 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 'LandAirplanes'; +all_from 'lib/LandAirplanes.pm'; +readme_from 'lib/LandPairplanes.pm'; license 'artistic'; requires 'SDL'; requires 'Carp'; requires 'Data::Dump'; requires 'Math::CatmullRom'; +requires 'Algorithm::Line::Bresenham'; #requires ''; auto_include;