diff options
author | Karl Williamson <khw@cpan.org> | 2015-07-26 21:30:07 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-07-28 22:15:57 -0600 |
commit | 40045c2dc40cf1b01b320582aeba458374673fe2 (patch) | |
tree | c2438d996f3d7c6654845ca686de3442db946ff6 /regcharclass.h | |
parent | d8062573c60d6122099d03a5cee4ce337cc2e889 (diff) | |
download | perl-40045c2dc40cf1b01b320582aeba458374673fe2.tar.gz |
mktables: Add specifiable construction handler for Input_file class
This object is for the files in the Unicode Character Database. This
commit adds the capability for the constructor new() to be passed a code
reference to call after everything else is constructed, but before
control is returned.
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index 3d09a03ccf..fa1e5a5413 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -2514,7 +2514,7 @@ * 1a0687fb9c6c4567e853913549df0944fe40821279a3e9cdaa6ab8679bc286fd lib/unicore/extracted/DLineBreak.txt * 40bcfed3ca727c19e1331f6c33806231d5f7eeeabd2e6a9e06a3740c85d0c250 lib/unicore/extracted/DNumType.txt * a18d502bad39d527ac5586d7bc93e29f565859e3bcc24ada627eff606d6f5fed lib/unicore/extracted/DNumValues.txt - * 3e5d72e6b1f87e746fa1bc36c92cb1e29eaf458f1ff70a6cfdf840a0537cdaf1 lib/unicore/mktables + * 2a67aa5828e35ee78f396604d0475d471e6d65283ff64116652d45a5a7cd7d88 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * c6884f4d629f04d1316f3476cb1050b6a1b98ca30c903262955d4eae337c6b1e regen/charset_translations.pl * d9c04ac46bdd81bb3e26519f2b8eb6242cb12337205add3f7cf092b0c58dccc4 regen/regcharclass.pl |