Skip Menu |

This queue is for tickets about the Bencher-Scenarios-Perl CPAN distribution.

Report information
The Basics
Id: 112958
Status: resolved
Priority: 0/
Queue: Bencher-Scenarios-Perl

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

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



Subject: Version parsing in Bencher::Scenario::Perl::Startup may fail
A possible explanation for this fail report http://www.cpantesters.org/cpan/report/47373874-e152-11e5-839d-8628ca92f0d5 : the perlbrew directory here is /opt/perlbrew/perls/perl-5.23.8-thread-multi-ld/bin , and Bencher::Scenario::Perl::Startup tries to parse "5.23.8-thread-multi-ld" as a version, which fails.
On Sat, 12 Mar 2016 20:04:48 GMT, SREZIC wrote: Show quoted text
> A possible explanation for this fail report > http://www.cpantesters.org/cpan/report/47373874-e152-11e5-839d- > 8628ca92f0d5 : > the perlbrew directory here is /opt/perlbrew/perls/perl-5.23.8-thread- > multi-ld/bin , and Bencher::Scenario::Perl::Startup tries to parse > "5.23.8-thread-multi-ld" as a version, which fails.
Fixed, listing perls is now proper (using App::perlbrew's installed_perls).