diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..0146b63 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'Text::Dokuwiki', + AUTHOR => ["Alex 'AdUser' Z "], + ABSTRACT => 'set of modules to work with dokuwiki format', + VERSION => '0.01', + LICENSE => 'perl_5', + EXE_FILES => ['bin/dw2md'], + PREREQ_PM => { + 'Test::More' => 0, + }, +); +