use
inc::Module::Install;
name
q(Applify)
;
all_from
q(lib/Applify.pm)
;
requires
q(File::Basename)
=> 2.70;
requires
q(Getopt::Long)
=> 2.38;
requires
q(Cwd)
=> 3.31;
# install_script glob('bin/*');
auto_install;
WriteAll;
use
inc::Module::Install;
name
q(Applify)
;
all_from
q(lib/Applify.pm)
;
requires
q(File::Basename)
=> 2.70;
requires
q(Getopt::Long)
=> 2.38;
requires
q(Cwd)
=> 3.31;
# install_script glob('bin/*');
auto_install;
WriteAll;