Zubrikhin Alexey
10 years ago
1 changed files with 14 additions and 0 deletions
@ -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…
Reference in new issue