In perl.git, the branch smoke-me/ilmari/fix-filetest-check-hooking has been 
created

<https://perl5.git.perl.org/perl.git/commitdiff/6213478b4629b04617630125d3990c1d9d75d6e0?hp=0000000000000000000000000000000000000000>

        at  6213478b4629b04617630125d3990c1d9d75d6e0 (commit)

- Log -----------------------------------------------------------------
commit 6213478b4629b04617630125d3990c1d9d75d6e0
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date:   Tue May 21 17:34:49 2019 +0100

    Don't use PL_check[op_type] to check for filetets ops to stack
    
    Instead use the a new OP_IS_STAT() or the existing OP_IS_FILETEST()
    macro to check, so that modules like bareword::filehandles can hook
    the check function for filetest ops.
    
    c.f. https://rt.cpan.org/Ticket/Display.html?id=127073

-----------------------------------------------------------------------

-- 
Perl5 Master Repository

Reply via email to