use warnings # FATAL => 'ALL' ; use strict; use Test::More # tests => ?? + 1 # Test::NoWarnings adds 1 test 'no_plan' ; use Test::NoWarnings; my $rx_ordinal = qr{ # ordered alternation: 1st match wins (?<= [04-9]) th # most common case (check first!) | (?<= 1 [123]) th # 11th 12th 13th (most common exceptions?) | (?<= (?