This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add optional strict mode to grok_bslash_[xo]
authorKarl Williamson <public@khwilliamson.com>
Mon, 7 Jan 2013 05:28:33 +0000 (22:28 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Jan 2013 18:50:35 +0000 (11:50 -0700)
commit80f4111be994e38b20d72125cb8851f563eeeba9
tree9ae26bf467c65bbf7843b05ac6d2f0c9d8e42997
parentb8de99caf269c77d01411e0f81d45f696af02dd2
Add optional strict mode to grok_bslash_[xo]

This mode croaks on any iffy constructs that currently compile.  It is
not currently used; documentation of the error messages will be
delivered later.
dquote_static.c
embed.fnc
embed.h
proto.h
regcomp.c
t/porting/diag.t
toke.c