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:
8dab3ba
)
mktables: Add regenerated header to file
author
Karl Williamson
<khw@cpan.org>
Wed, 28 May 2014 03:23:34 +0000
(21:23 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 30 May 2014 00:58:20 +0000
(18:58 -0600)
This file is generated by mktables, so any changes made to it are lost.
Add the standard header for such files to it.
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
cde1922
..
b5012b7
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-17879,10
+17879,12
@@
sub make_property_test_script() {
&write($t_path,
0, # Not utf8;
- [<DATA>,
+ [$HEADER,
+ <DATA>,
@output,
(map {"Test_X('$_');\n"} @backslash_X_tests),
- "Finished();\n"]);
+ "Finished();\n"
+ ]);
return;
}