This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca12659
)
Don't need to require utf8_pva.pl at top of file
author
Nicholas Clark
<nick@ccl4.org>
Mon, 31 May 2004 17:26:56 +0000
(17:26 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 31 May 2004 17:26:56 +0000
(17:26 +0000)
p4raw-id: //depot/perl@22880
lib/utf8_heavy.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/utf8_heavy.pl
b/lib/utf8_heavy.pl
index
9691035
..
309cbef
100644
(file)
--- 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 "utf8_pva.pl";
if ($type =~ /^([\w\s]+)[:=]\s*(.*)/) {
- require "utf8_pva.pl";
my ($enum, $val) = (lc $1, lc $2);
$enum =~ tr/ _-//d;
$val =~ tr/ _-//d;