This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Add regenerated header to file
authorKarl Williamson <khw@cpan.org>
Wed, 28 May 2014 03:23:34 +0000 (21:23 -0600)
committerKarl 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

index cde1922..b5012b7 100644 (file)
@@ -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;
 }