This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Allow run-time change of class variable
authorKarl Williamson <public@khwilliamson.com>
Sun, 21 Aug 2011 19:36:53 +0000 (13:36 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:12 +0000 (08:09 -0700)
commit047274f2848d366f5218197dab57a51fbdfeb1dd
tree0da6c1033499e0a737eb39ca70220448c80734cf
parent7610e9e259b14433c23d6018d41726ef10bc9f75
mktables: Allow run-time change of class variable

Prior to this patch, pre_declared_maps was settable only at constructor
time.  It's useful to change this on-the-fly for a Unihan table, which
will be done in a future commit.
lib/unicore/mktables