Skip Menu |

This queue is for tickets about the Sub-Fp CPAN distribution.

Report information
The Basics
Id: 127474
Status: new
Priority: 0/
Queue: Sub-Fp

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

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



Subject: Set minimum perl version? (0.07)
The test suite fails with perl 5.8: ... # Failed test 'use Sub::Fp;' # at t/00-load.t line 9. # Tried to use 'Sub::Fp'. # Error: syntax error at /usr/home/eserte/.cpan/build/2018102622/Sub-Fp-0.07-5/blib/lib/Sub/Fp.pm line 30, near "// undef" # syntax error at /usr/home/eserte/.cpan/build/2018102622/Sub-Fp-0.07-5/blib/lib/Sub/Fp.pm line 53, near "// [" ... (etc) ... Maybe the minimum perl version should be set, to avoid unnecessary test failures on smoker systems. Or the defined-or construct should be replaced.