Subject: | Wrong method/property name could't generate error message |
Wrong method/property name could't generate error message even if
use strict 'subs';
Seems PL_hisnts doesn't contains HINT_STRICT_SUBS flag even it used in
perl code
Patch to this bug:
3736c3739,3740
< if (PL_hints & HINT_STRICT_SUBS) {
---
Show quoted text
> //PE:
> //if (PL_hints & HINT_STRICT_SUBS) {
3739c3743
< }
---
Show quoted text> //}