Skip Menu |

This queue is for tickets about the Win32-OLE CPAN distribution.

Report information
The Basics
Id: 43575
Status: new
Priority: 0/
Queue: Win32-OLE

People
Owner: Nobody in particular
Requestors: ernest [...] eis.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.1709
Fixed in: (no value)



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
> //}