summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-03 22:37:22 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-03 22:42:10 -0800
commit713f4b7fac26b1203e2dda8a1ef97a01a8242897 (patch)
tree908f22f0336376afe6b5fcc1c67348d2de215b73 /regen
parentd02d132368fb58f9c154375aed1d828614f7e42f (diff)
downloadperl-713f4b7fac26b1203e2dda8a1ef97a01a8242897.tar.gz
Add checksum to charclass_invlists.h
and check that checksum in t/porting/regen.t. This makes the tests run faster.
Diffstat (limited to 'regen')
-rw-r--r--regen/mk_invlists.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index 2a10e1b517..e0a5024130 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -297,4 +297,4 @@ for my $charset (get_supported_code_pages()) {
print $out_fh "\n" . get_conditional_compile_line_end();
}
-read_only_bottom_close_and_rename($out_fh)
+read_only_bottom_close_and_rename($out_fh, [$0])