Open atoomic opened 7 years ago
when we try to provide our own Regexp::DESTROY, it's replaced by the CORE one
sub Regexp::DESTROY() { print qq/ok\n/ } my $rx = qr//; undef($rx)
This is not a new bug, was already existing in bc524
when we try to provide our own Regexp::DESTROY, it's replaced by the CORE one
This is not a new bug, was already existing in bc524