This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Pod::LaTeX 0.57
[perl5.git] / lib / utf8_heavy.pl
index 309cbef..b6fdeb9 100644 (file)
@@ -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;