use inc::Module::Install; all_from('lib/App/Addex/AddressBook/Abook.pm'); requires('App::Addex' => 0.007); # the EmailAddress module requires('Config::INI::Reader' => 0.011); # allow '0' as section name requires('File::HomeDir' => 0 ); # minimum unknown requires('File::Spec' => 0 ); # minimum unknown repository('http://github.com/rjbs/app-addex-addressbook-abook'); auto_manifest; WriteAll();