App-gh

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: App-gh
no_index:
  directory:
    - inc
    - t
    - xt
recommends:
  IO::Socket::SSL: 0
  XML::Atom: 0
requires:
  App::CLI: 0
  Error: 0
  File::Basename: 0
  File::HomeDir: 0
  File::Path: 0
  File::Spec: 0
  File::Temp: 0
  HTML::Strip: 0

Makefile.PL  view on Meta::CPAN

requires 'Term::ReadLine';
requires 'Scope::Guard';
requires 'Error';
requires 'Try::Tiny';
requires 'Net::GitHub';
requires 'IO::Pager';
requires 'LWP::Protocol::https';

# `gh recent` support
recommends 'XML::Atom';
recommends 'IO::Socket::SSL';

install_script 'scripts/gh';

author_tests('xt');

repository 'http://github.com/c9s/App-gh';
bugtracker 'http://github.com/c9s/App-gh/issues';

auto_install;



( run in 0.399 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )