projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c9e30dd
)
Ensure that PVA.pl returns a true value.
Rafael Garcia-Suarez [Wed, 20 Oct 2004 07:36:45 +0000 (07:36 +0000)]
p4raw-id: //depot/perl@23393
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
18f0033
..
58092f1
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-1023,6
+1023,7
@@
sub UnicodeData_Txt()
push @PVA, "\n", "\%utf8::$name = (\n",
simple_dumper (%{$utf8::{$name}}), ");\n";
}
+ push @PVA, "1;\n";
WriteIfChanged("PVA.pl", @PVA);
}