You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if one wants to test Perl with threads, one has to know the specific threaded Perl versions available from https://github.com/travis-perl/builder/blob/master/.travis.yml This isn't well documented and it's fussy. I naively used 5.10-thr in my projects and only just noticed it is building against some other perl.
It would be much easier if a shorthand version existed to use the newest threaded version in that series. So if 5.10 uses 5.10.1 then 5.10-thr would use 5.10.1-thr.
The text was updated successfully, but these errors were encountered:
Currently if one wants to test Perl with threads, one has to know the specific threaded Perl versions available from https://github.com/travis-perl/builder/blob/master/.travis.yml This isn't well documented and it's fussy. I naively used
5.10-thr
in my projects and only just noticed it is building against some other perl.It would be much easier if a shorthand version existed to use the newest threaded version in that series. So if
5.10
uses5.10.1
then5.10-thr
would use5.10.1-thr
.The text was updated successfully, but these errors were encountered: