use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Text::Dokuwiki', AUTHOR => ["Alex 'AdUser' Z "], ABSTRACT => 'set of modules to work with dokuwiki format', VERSION => '0.02', LICENSE => 'perl_5', EXE_FILES => ['bin/dw2md'], PREREQ_PM => { 'Test::More' => 0, }, );