Add the aap-passwd utility and the AAP_ROOTDIR environment variable
[apache2-authen-passphrase.git] / Makefile.PL
index bb06469ecc2ea46d11473d97e34d6df4cea1f6bf..3ac11e8d4e8380891d8e6bcb1bc5525ecb46355f 100644 (file)
@@ -7,12 +7,14 @@ WriteMakefile(
        AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
        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,
        },
 );
This page took 0.00885 seconds and 4 git commands to generate.