X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=blobdiff_plain;f=Makefile.PL;h=6aeb0b47975226f4c203b436bd9cac3ff2d6b0bf;hp=3ce75035916b1864385a116a8e688479f1e8cc3e;hb=bc849768ebc686b2693db5370007812e9d8b196e;hpb=5aee8f0d4cdcc16c69a63c4f3f1313833fc7932e diff --git a/Makefile.PL b/Makefile.PL index 3ce7503..6aeb0b4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,15 +1,17 @@ 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 'Math::Bezier'; #requires ''; auto_include;