hakonhagland / perl-math-gsl

Building Math::GSL with GitHub Actions
1 stars 2 forks source link

Build fails for perl < 5.14 #42

Closed eserte closed 1 month ago

eserte commented 1 month ago

The build fails for older perls, probably because the s///r syntax is used:

Output from '/opt/perl-5.12.3/bin/perl Build.PL':

Bareword found where operator expected at Build.PL line 343, near "s{/lib}{/bin}r"
syntax error at Build.PL line 343, near "s{/lib}{/bin}r"
Execution of Build.PL aborted due to compilation errors.
hakonhagland commented 1 month ago

Thanks for the report! Does #43 solve the issue?

eserte commented 1 month ago

Looks good to me.

hakonhagland commented 1 month ago

Ok :) merging it then.