use inc::Module::Install; name 'WWW-TypePad-CmdLine'; all_from 'lib/WWW/TypePad/CmdLine.pm'; readme_from 'lib/WWW/TypePad/CmdLine.pm'; requires 'File::HomeDir'; requires 'Config::Tiny'; requires 'WWW::TypePad'; build_requires 'Test::More'; auto_include_deps; author_tests('xt'); auto_set_repository; WriteAll;