--- Makefile.PL 2007/08/04 14:13:28 124 +++ Makefile.PL 2007/08/05 01:36:37 144 @@ -3,9 +3,6 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $Z80_OPTIONS = '-DEXEC6502 -DFAST_RDOP -DLSB_FIRST '; -$Z80_OPTIONS .= '-DDEBUG '; - WriteMakefile( NAME => 'VRac', VERSION_FROM => 'VRac.pm', # finds $VERSION @@ -14,7 +11,7 @@ 'Data::Dump' => 0, 'Carp' => 0, 'Test::Exception' => 0, - 'SDL' => '2.1.2', + 'SDL' => 2.001002, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'VRac.pm', # retrieve abstract from module @@ -23,7 +20,7 @@ DEFINE => '', INC => '', clean => { - 'FILES' => 'html', + 'FILES' => 'html docs/pod2htm?.tmp', }, );