This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow [[:blank:]] to work under locale
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 Feb 2012 22:36:08 +0000 (15:36 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Feb 2012 17:13:59 +0000 (10:13 -0700)
commit67addccf238c3d67d84f7dc1f5b4a2e791bf68da
tree2d2735f5a0e41ec9baa00395f18f1334965a726a
parent07315176ac6b656ebc6d789680513408aaa17075
Allow [[:blank:]] to work under locale

This takes advantage of the recently added Configure probe, and if the
platform has an isblank library function, calls that under locale.  This
now matches the documentation
handy.h
pod/perldelta.pod
regexec.c