integrate cfgperl contents into mainline
[p5sagit/p5-mst-13.2.git] / lib / utf8_heavy.pl
index 0f58823..8649e9e 100644 (file)
@@ -38,7 +38,7 @@ sub SWASHNEW {
     if ($list) {
        my @tmp = split(/^/m, $list);
        my %seen;
-       local $^W = 0;
+       no warnings;
        $extras = join '', grep /^[^0-9a-fA-F]/, @tmp;
        $list = join '',
            sort { hex $a <=> hex $b }