exercism / perl5

Exercism exercises in Perl 5.
https://exercism.org/tracks/perl5
MIT License
28 stars 51 forks source link

Add signatures and postderef features to github workflow #555

Closed m-dango closed 1 year ago

m-dango commented 1 year ago

I want to make an effort to use the latest features in Perl. Some of these features are present in older versions of Perl, but are not enabled by default.

The goal of this is to enable these features, and in future drop older versions of Perl which do not support them.

kotp commented 1 year ago

Good idea!