X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=blobdiff_plain;f=Makefile.PL;h=6aeb0b47975226f4c203b436bd9cac3ff2d6b0bf;hp=a98d5d16389d7e0d8b47e2766ef3cf3e8ff88ac5;hb=refs%2Fheads%2Fmaster;hpb=295d36b2f1a2f8a6e48aa406cfeda55d9ed25227 diff --git a/Makefile.PL b/Makefile.PL index a98d5d1..6aeb0b4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,8 +2,8 @@ use inc::Module::Install; use Module::AutoInstall; name 'LandingAirplanes'; -all_from 'lib/LandingAirplanes.pm'; -readme_from 'lib/LandingPairplanes.pm'; +#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;