in reply to What's your preferred 'use VERSION' for new CPAN modules in 2023?

Technically "Other": use 5.028; use experimental 'signatures';

I want the signatures, but 5.36 is still a bit too new for all my uses. (5.28 due to the subroutine attribute / signatures order change)

Good Day,
    Dean

  • Comment on Re: What's your preferred 'use VERSION' for new CPAN modules in 2023?
  • Download Code