Thursday 27th November 2025
Local Packages
Updated perl-Term-Table to 0.028:
Replace '//' with '||' for 5.8 support
Updated perl-Type-Tiny to 2.008006:
Minor optimization for non-XS type check code for Enum types: if there are only a small number of valid strings (five or under), check using 'eq' and 'or' operators instead of compiling a regexp to check against them all at once; this can be controlled by passing the 'use_eq' attribute to the Type::Tiny::Enum constructor, but is otherwise automatic