Re: Fatal "wide character" warnings in tests
"Christian Walde" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.quality-assurance |
|---|---|
| Message-ID | <op.v9e6m5wzn4yvrm@digitizedsqueak> |
On Mon, 30 Jan 2012 09:30:50 +0100, Ovid <[email protected]> wrote: > I wound up stopping use of that module many years ago, but maybe I should look at creating an alternative to Test::NoWarnings. It's caused me so much grief over the years due to how it diddle's Test::More's plan that maybe it's time to scratch this itch and my Wide Character issue at the same time. You could just start using https://metacpan.org/module/strictures in the code where you want those warnings to die. :) -- With regards, Christian Walde