X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=3ac11e8d4e8380891d8e6bcb1bc5525ecb46355f;hb=7c87e9956212e10070c94f02caf0d9998e4cc433;hp=bb06469ecc2ea46d11473d97e34d6df4cea1f6bf;hpb=f7fdbaad4baa1b241e5f5bfa30c7585abb10b0bd;p=apache2-authen-passphrase.git diff --git a/Makefile.PL b/Makefile.PL index bb06469..3ac11e8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,12 +7,14 @@ WriteMakefile( AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', + EXE_FILES => [ 'aap-passwd' ], PREREQ_PM => { Apache2::RequestRec => 0, Apache2::Access => 0, Apache2::Const => 0, Authen::Passphrase => 0, Authen::Passphrase::BlowfishCrypt => 0, + IO::Prompter => 0, YAML::Any => 0, }, );