Skip Menu |

This queue is for tickets about the Crypt-SimpleGPG CPAN distribution.

Report information
The Basics
Id: 129219
Status: new
Priority: 0/
Queue: Crypt-SimpleGPG

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

Bug Information
Severity: (no value)
Broken in: 0.3
Fixed in: (no value)



Subject: /usr/bin/gpg does not exist
On FreeBSD systems the test suite fails like this: ... PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t /usr/bin/gpg does not exist at /home/cpansand/.cpan/build/2019041815/Crypt-SimpleGPG-0.3-5/blib/lib/Crypt/SimpleGPG.pm line 70. Crypt::SimpleGPG::__populate(Crypt::SimpleGPG=HASH(0x41e7f750)) called at /home/cpansand/.cpan/build/2019041815/Crypt-SimpleGPG-0.3-5/blib/lib/Crypt/SimpleGPG.pm line 52 Crypt::SimpleGPG::new("Crypt::SimpleGPG") called at t/001_load.t line 9 # Looks like your test exited with 2 just after 1. t/001_load.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 1/2 subtests ... Note that gpg is installed here, but it's installed in a different directory on FreeBSD: $ which gpg /usr/local/bin/gpg