3ce75035916b1864385a116a8e688479f1e8cc3e
[perl-landing-airplanes.git] / Makefile.PL
1 use inc::Module::Install;
2 use Module::AutoInstall;
3
4 name 'Game-AirportLanding';
5 #all_from 'lib/AirportLanding.pm';
6 #readme_from 'lib/AirportLanding.pm';
7 license 'artistic';
8
9 requires 'SDL';
10 requires 'Carp';
11 requires 'Data::Dump';
12 requires 'Math::CatmullRom';
13 #requires '';
14
15 auto_include;
16 auto_install;
17 WriteAll;