X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Futf8_heavy.pl;h=b6fdeb997b3407bb003b5d3d884cc86c4ed47270;hb=8af3c3489f0c9ca8d37ebae27991ac4f34dfdb2f;hp=96910354cc7e5c76466a6e8833c533e1f31d2685;hpb=12ac2576dfc10fd43d91903e7602870c10b4f00f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 9691035..b6fdeb9 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -1,7 +1,6 @@ package utf8; use strict; use warnings; -require "utf8_pva.pl"; sub DEBUG () { 0 } @@ -78,8 +77,8 @@ sub SWASHNEW { ## ## See if it's in some enumeration. ## + require "unicore/PVA.pl"; if ($type =~ /^([\w\s]+)[:=]\s*(.*)/) { - require "utf8_pva.pl"; my ($enum, $val) = (lc $1, lc $2); $enum =~ tr/ _-//d; $val =~ tr/ _-//d;