Effectively reverting commit 9f9b15a926d8795935b54626dc3ab9e5becb2763 and doing it in a different way that avoids adding huge amounts of regex, that may not run on older systems.
Removed the added " =~ s/./_/r ", instead replacing the dots (.) in the regex that was meant for it in the first place -> line 967.
Effectively reverting commit 9f9b15a926d8795935b54626dc3ab9e5becb2763 and doing it in a different way that avoids adding huge amounts of regex, that may not run on older systems. Removed the added " =~ s/./_/r ", instead replacing the dots (.) in the regex that was meant for it in the first place -> line 967.