Thu Jul 30 18:46:15 2015: Request 106163 was acted upon.
Transaction: Ticket created by shaitand
Queue: PAR
Subject: Tests fail under a perlbrew perl
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=106163 >
This appears to be because there is a hardcoded /usr/bin/perl shebang line.
#!/usr/bin/env perl
Would be much better since perl installed in alternate locations such as
under /home/perl5 like in perlbrew or /usr/local/bin would be detected via
path.