X-Git-Url: http://git.ieval.ro/?p=webservice-tdwtf.git;a=blobdiff_plain;f=Makefile.PL;h=d43f618c2ae2d8a6f14c018007c4c8f71e7461bf;hp=adfd6f756dd048bf9271cde302130aecb3d925c0;hb=c89ffc8c746bd1c3a34f87e96dca52a40d8b5720;hpb=73e257085d6bdf17f78d7f9a9abc6bda6b435bc7 diff --git a/Makefile.PL b/Makefile.PL index adfd6f7..d43f618 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,11 +11,13 @@ WriteMakefile( VERSION_FROM => 'lib/WebService/TDWTF.pm', ABSTRACT_FROM => 'lib/WebService/TDWTF.pm', AUTHOR => 'Marius Gavrilescu ', + EXE_FILES => ['tdwtf'], MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1, PREREQ_PM => { qw/Class::Accessor::Fast 0 + HTML::FormatText 0 JSON::MaybeXS 0/, }, @tr,