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.