This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Change \w definition to match new Unicode's
authorKarl Williamson <public@khwilliamson.com>
Thu, 26 Jul 2012 15:56:27 +0000 (09:56 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 26 Jul 2012 16:38:26 +0000 (10:38 -0600)
commit7a4d6ad6921760cfbf05a181861e2cddaf121a45
tree864de9e127c7cd0b3108f775640d5ab264ccd696
parent0338a13cb079549e909a87da11794f34c6f708e5
mktables: Change \w definition to match new Unicode's

Unicode has changed their definition of what should match \w.
http://www.unicode.org/reports/tr18/.  This follows that change.
lib/unicore/mktables
pod/perldelta.pod
t/re/re_tests