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:
92bcf67
)
mktables: Add comment
author
Karl Williamson
<public@khwilliamson.com>
Fri, 30 Dec 2011 16:02:02 +0000
(09:02 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 30 Dec 2011 18:08:31 +0000
(11:08 -0700)
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
7bcf8f1
..
58bdb1c
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-716,8
+716,8
@@
usage: $0 [-c|-p|-q|-v|-w] [-C dir] [-L filelist] [ -P pod_dir ]
-makelist : Rewrite the file list $file_list based on current setup
-annotate : Output an annotation for each character in the table files;
useful for debugging mktables, looking at diffs; but is slow,
- memory intensive; resulting tables are usable but slow and
- very large.
+ memory intensive; resulting tables are usable but
are
slow and
+ very large
(and currently fail the Unicode::UCD.t tests)
.
-check A B : Executes $0 only if A and B are the same
END
}