Closed haarg closed 2 years ago
Perl 5.8.5 and older have bugs in the index function that prevent it from matching a downgraded string to an upgraded string. Regex matches don't suffer from the same bug, so we can use them instead and be compatible with all relevant versions.
Perl 5.8.5 and older have bugs in the index function that prevent it from matching a downgraded string to an upgraded string. Regex matches don't suffer from the same bug, so we can use them instead and be compatible with all relevant versions.