--- Z80/Makefile.PL 2007/08/03 15:03:14 112 +++ Z80/Makefile.PL 2007/08/05 01:36:37 144 @@ -3,7 +3,7 @@ # 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 '; +my $Z80_OPTIONS = '-DEXECZ80 -DFAST_RDOP -DLSB_FIRST '; $Z80_OPTIONS .= '-DDEBUG '; my $run = './t/05-Z80.t -d'; @@ -12,12 +12,10 @@ NAME => 'Z80', VERSION_FROM => 'Z80.pm', # finds $VERSION PREREQ_PM => { - 'ExtUtils::Embed' => 0, 'Class::Accessor' => 0, 'Data::Dump' => 0, 'Carp' => 0, 'Test::Exception' => 0, - 'SDL' => '2.1.2', }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Z80.pm', # retrieve abstract from module @@ -41,7 +39,7 @@ return <<"MAKE_FRAG"; run: all - perl -Mblib -MOrao -le 'Orao->new->run;' + perl -Mblib -MGalaksija -le 'Galaksija->new->run;' gdb: all gdb -x run --args perl $run