X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=blobdiff_plain;f=Makefile.PL;h=6aeb0b47975226f4c203b436bd9cac3ff2d6b0bf;hp=d1cf829803d1118968912ba886e0c95ec5df1fd3;hb=a8d7e58705cae0a43cbbc3b996630a1877c81f26;hpb=a3285df81a55570d2766be99cb58cd65b696b7ef diff --git a/Makefile.PL b/Makefile.PL index d1cf829..6aeb0b4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'; @@ -11,6 +11,7 @@ requires 'Carp'; requires 'Data::Dump'; requires 'Math::CatmullRom'; requires 'Algorithm::Line::Bresenham'; +requires 'Math::Bezier'; #requires ''; auto_include;