summaryrefslogtreecommitdiff
path: root/regen/regcharclass.pl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-03 22:41:45 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-03 22:42:10 -0800
commit542a754528b7b23df13117bb0f791aeafa63c8f7 (patch)
tree571fe7fa68169f91babd9d5860d6093a1c63e458 /regen/regcharclass.pl
parent713f4b7fac26b1203e2dda8a1ef97a01a8242897 (diff)
downloadperl-542a754528b7b23df13117bb0f791aeafa63c8f7.tar.gz
Add checksum to regcharclass.h
and check that checksum in t/porting/regen.t. This makes the tests run faster.
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-xregen/regcharclass.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index 011481645e..cd19563aae 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -1456,7 +1456,7 @@ EOF
if($path eq '-') {
print $out_fh "/* ex: set ro: */\n";
} else {
- read_only_bottom_close_and_rename($out_fh)
+ read_only_bottom_close_and_rename($out_fh, [$0])
}
}