Subject: | missing dependency (Error.pm) |
Hi there - and thanks for such a great tool!
I'm afraid there is a missing dependency though. This is what I get
while trying to install it:
# Failed test 'use App::gh;'
# at t/00-load.t line 8.
# Tried to use 'App::gh'.
# Error: Can't locate Error.pm in @INC (@INC contains: lib
/home/garu/.cpanm/work/1303774110.2382/App-gh-0.42/inc
/home/garu/.cpanm/work/1303774110.2382/App-gh-0.42/blib/lib
/home/garu/.cpanm/work/1303774110.2382/App-gh-0.42/blib/arch
/home/garu/perl5/perlbrew/perls/perl-5.14.0-RC1/lib/site_perl/5.14.0/x86_64-linux
/home/garu/perl5/perlbrew/perls/perl-5.14.0-RC1/lib/site_perl/5.14.0
/home/garu/perl5/perlbrew/perls/perl-5.14.0-RC1/lib/5.14.0/x86_64-linux
/home/garu/perl5/perlbrew/perls/perl-5.14.0-RC1/lib/5.14.0 .) at
lib/App/gh/Git.pm line 101.
# BEGIN failed--compilation aborted at lib/App/gh/Git.pm line 101.
# Compilation failed in require at lib/App/gh.pm line 7.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
# Testing App::gh 0.42, Perl 5.014000,
/home/garu/perl5/perlbrew/perls/perl-5.14.0-RC1/bin/perl
I checked App::gh's Makefile.PL and it doesn't contain the dependency
either. After I install it, the failure goes away and "gh" seems to work
pretty well.
Looking forward to a fix, so more beginners can use it without stumbling
on the installation =)