Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 88424
Status: new
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: 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.
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.