This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexp.t: Add 'no warnings "utf8";
authorKarl Williamson <public@khwilliamson.com>
Sat, 13 Oct 2012 16:00:18 +0000 (10:00 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 14 Oct 2012 15:03:38 +0000 (09:03 -0600)
commit969c44e74a39672c48f079853d5eba9f1870e860
tree3d7c10359b6285a23d22e2b93d24b681d6edf4c6
parent03c769848502ede1a551c8271a32945860d0d2fb
regexp.t: Add 'no warnings "utf8";

This .t works fine unless there are failures that it tries to output,
and the handle hasn't been opened using utf8.  Because we aren't sure if
that operation works, just turn off warnings.
t/re/regexp.t