new kwalitee metric: undeclared/improper utf8 characters
Date:
Fri, 19 Jul 2013 14:25:57 -0700
To:
bug-Module-CPANTS-Analyse [...] rt.cpan.org
From:
Karen Etheridge <ether [...] cpan.org>
I sometimes get failing cpantesters reports caused by some other module
using strings with utf8 characters without using the 'utf8' pragma. It
should be possible to check for these.
'perldoc utf8' for more info.
Wed Sep 04 16:58:41 2013ether [...] cpan.org - Ticket created
Subject:
new kwalitee metric: utf8 chars without 'use utf8'
Sometimes people forget to insert 'use utf8;' in their code when they add a string that contains utf8 characters. This can sometimes work, or not, depending on the character and where in the file it is used. This is something we can easily scan for and report on.