perl/ext/attributes
Paul "LeoNerd" Evans 4f8316fa3a Modernize attributes.pm for v5.40
* use v5.40
 * `our` on package globals
 * Signatures on subs
 * Lexical subs when not required to be visible
 * `module_true` means no need for ending `1;`
 * Use `//` operator
 * Remove `reftype` from attributes.xs and use builtin::reftype instead
2025-09-27 18:17:57 +01:00
..