Browse Source

* Makefile.PL

master
Zubrikhin Alexey 9 years ago
parent
commit
f04ad0828f
  1. 14
      Makefile.PL

14
Makefile.PL

@ -0,0 +1,14 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Text::Dokuwiki',
AUTHOR => ["Alex 'AdUser' Z <aduser\@cpan.org>"],
ABSTRACT => 'set of modules to work with dokuwiki format',
VERSION => '0.01',
LICENSE => 'perl_5',
EXE_FILES => ['bin/dw2md'],
PREREQ_PM => {
'Test::More' => 0,
},
);
Loading…
Cancel
Save