I am trying to implement an StrEnum subclass that serializes like a str but I want objects of this subclass to sort in order of definition, not the str-value which is the default.…
Adopting one from Zefram Back in 2011, Andrew Main, known to the Perl community as Zefram, released Devel::CallParser. It was a quiet piece of infrastructure: a C API that let XS modules attach custom argument parsers to Perl subroutines.…