diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-05-31 19:06:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-05-31 19:06:21 +0000 |
commit | 7ebf06b31de77009e38bdcb8efee7397a3652311 (patch) | |
tree | 875835d0660830738ba890673c4023c1e27f5f9e /lib/utf8_heavy.pl | |
parent | 8aa03e5d63b0323d10767d89d543f39f35238218 (diff) | |
download | perl-7ebf06b31de77009e38bdcb8efee7397a3652311.tar.gz |
replace the run time code in lib/utf8_pva.pl with data generated
at build by mktables, stored in lib/unicore/PVA.pl
p4raw-id: //depot/perl@22881
Diffstat (limited to 'lib/utf8_heavy.pl')
-rw-r--r-- | lib/utf8_heavy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index 309cbeff75..b6fdeb997b 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -77,7 +77,7 @@ sub SWASHNEW { ## ## See if it's in some enumeration. ## - require "utf8_pva.pl"; + require "unicore/PVA.pl"; if ($type =~ /^([\w\s]+)[:=]\s*(.*)/) { my ($enum, $val) = (lc $1, lc $2); $enum =~ tr/ _-//d; |