use strict; use inc::Module::Install; name 'Acme-POE-Acronym-Generator'; author 'Chris Williams '; version_from 'lib/Acme/POE/Acronym/Generator.pm'; abstract_from 'lib/Acme/POE/Acronym/Generator.pm'; license 'perl'; auto_license holder => 'Chris Williams'; author_tests 'xt'; perl_version '5.006'; build_requires 'Test::More' => 0.47; requires 'Math::Random' => 0.69; githubmeta; auto_provides; WriteAll();