use inc::Module::Install; name 'App-gh'; all_from 'lib/App/gh.pm'; author q{Cornelius }; license 'perl'; build_requires 'Test::More'; requires 'JSON'; # requires 'JSON::XS'; # requires 'File::Temp'; requires 'LWP::Simple'; requires 'Exporter::Lite'; install_script 'scripts/gh'; author_tests('xt'); auto_install; WriteAll;