Skip Menu |

This queue is for tickets about the Hook-WrapSub CPAN distribution.

Report information
The Basics
Id: 15503
Status: resolved
Priority: 0/
Queue: Hook-WrapSub

People
Owner: NEILB [...] cpan.org
Requestors: dws [...] airwave.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.04



Subject: Wrapping/unwrapping subs side-effects $^W
wrap_subs() and unwrap_subs() both set $^W=0 without localizing that change so that the previous value is restored. This has the effect of discarding later potential warnings.
Fixed in 0.04 -- thanks. Neil