In perl.git, the branch smoke-me/khw-runner has been created

<https://perl5.git.perl.org/perl.git/commitdiff/65c467c9906412314d771f1af037ab1ee2b6f1b2?hp=0000000000000000000000000000000000000000>

        at  65c467c9906412314d771f1af037ab1ee2b6f1b2 (commit)

- Log -----------------------------------------------------------------
commit 65c467c9906412314d771f1af037ab1ee2b6f1b2
Author: Karl Williamson <k...@cpan.org>
Date:   Tue May 1 11:51:19 2018 -0600

    Work around for [perl $133136]
    
    This commit is a blatant kludge to work around a failing test in
    Lexical::SealRequireHints.  The test is wrong, checking for an internal
    detail that has changed.
    
    This commit adds a conditional for the exact input that's failing, and
    if found, uses the old method, so the test passes.
    
    The failing input is the regex pattern
    
        foo\p{Alnum}
    
    'foo' is unlikely to be found in practice outside of .t files, and
    this particular pattern rarely even in those.  So this should not slow
    down real production code.

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

-- 
Perl5 Master Repository

Reply via email to