This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add warnings for "\08", /\017/
authorKarl Williamson <public@khwilliamson.com>
Sun, 13 Jan 2013 20:33:22 +0000 (13:33 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Jan 2013 16:05:08 +0000 (09:05 -0700)
commit5e0a247b35271159d629ea8562732e0993ed4594
tree237cc7c1643119f444e1e8fe99354454e129f578
parent5a016e9bce6eb608ca967bcbb7eb953b81f13701
Add warnings for "\08", /\017/

This was discussed in thread
http://perl.markmail.org/thread/avtzvtpzemvg2ki2
but I never got around to this portion of the consensus, until now.

I did a cpan grep
http://grep.cpan.me/?q=%28^|[^\\]%29\\[0-7]{1%2C2}[8-9]&page=1

and eyeballing the results, saw three cases where this warning might
show up; one of which was for EBCDIC.  The others looked to be false
positives, such as in .css files.
dquote_static.c
embed.fnc
embed.h
pod/perldelta.pod
pod/perldiag.pod
proto.h
regcomp.c
t/re/reg_mesg.t
toke.c