use inc::Module::Install; name 'Email-Sample'; all_from 'lib/Email/Sample.pm'; author 'Cornelius '; license 'MIT'; build_requires 'Test::More'; requires 'Data::Random'; auto_install; WriteAll;