X-Git-Url: http://git.rot13.org/?p=perl-landing-airplanes.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=6aeb0b47975226f4c203b436bd9cac3ff2d6b0bf;hp=a98d5d16389d7e0d8b47e2766ef3cf3e8ff88ac5;hb=a8d7e58705cae0a43cbbc3b996630a1877c81f26;hpb=4361ed72f1bcfcd545354266c7b8fb3362d33a19 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;