Subject: | CPAN installation error |
Date: | Tue, 30 Oct 2012 15:13:41 -0400 |
To: | bug-Mail-GPG [...] rt.cpan.org |
From: | Gabriel Iovino <giovino [...] gmail.com> |
Greetings,
Distribution name and version: Mail-GPG-1.0.7
Perl version: 5.10.1
Operating System vendor and version: Debian 6.0.x (64 bit)
Running: sudo perl -MCPAN -e 'install Mail::GPG'
Resulted in the following error:
<snip>
Show quoted text
> Running make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/01.base.t ....... 1/2
> # Failed test 'use Mail::GPG;'
> # at t/01.base.t line 4.
> # Tried to use 'Mail::GPG'.
> # Error: Can't locate Event.pm in @INC (@INC contains: /root/.cpan/build/Mail-GPG-1.0.7-tQxR33/blib/lib /root/.cpan/build/Mail-GPG-1.0.7-tQxR33/blib/arch /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /root/.cpan/build/Mail-GPG-1.0.7-tQxR33/blib/lib/Mail/GPG.pm line 20.
> # BEGIN failed--compilation aborted at /root/.cpan/build/Mail-GPG-1.0.7-tQxR33/blib/lib/Mail/GPG.pm line 20.
> # Compilation failed in require at (eval 4) line 2.
> # BEGIN failed--compilation aborted at (eval 4) line 2.
</snip>
Running: sudo perl -MCPAN -e 'install Event'
Seemed to fix the issue.
Should Event-1.20 or lessor version be a dependency?
Thank you!
Gabriel Iovino