Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-gh CPAN distribution.

Report information
The Basics
Id: 67759
Status: open
Priority: 0/
Queue: App-gh

People
Owner: Nobody in particular
Requestors: garu [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.42
Fixed in: (no value)



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 =)
On Mon Apr 25 19:38:37 2011, GARU wrote: Show quoted text
> After I install it, the failure goes away and "gh" seems to > work pretty well. >
Let me rephrase that - "and the installation seems to work pretty well". The "gh" tool itself looks broken, and all commands I try from the synopsis yield a 401 (unauthorized) message. But I'll create another ticket for that =)