in reply to Re^2: Simple pattern match failing - Possibly unicode issue
in thread Simple pattern match failing - Possibly unicode issue

It is not just anecdotal. See Re: Odd problems with UTF-8, regexps, and newer Perl versions. Unless the source code is expected to be in utf8, the docs say not to use the pragma:
Do not use this pragma for anything else than telling Perl that your script is written in UTF-8
  • Comment on Re^3: Simple pattern match failing - Possibly unicode issue