The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile
 (NAME     => 'Math::Zap',
  VERSION  => '1.07',	
  ABSTRACT => 'Draw 3D objects in 2D',
  AUTHOR   => 'philiprbrenan@yahoo.com',
  PREREQ_PM=> 
   {Tk           => 0,
    Math::Trig   => 0,
    Test::Simple => 0,
   }
 );