Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Cannot overwrite Regexp::DESTROY #54

Open
@atoomic

Description

@atoomic

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions