In perl.git, the branch devel-ppport has been created

<https://perl5.git.perl.org/perl.git/commitdiff/9a5817d9be7cda7408626f1666cea4578d6027cf?hp=0000000000000000000000000000000000000000>

        at  9a5817d9be7cda7408626f1666cea4578d6027cf (commit)

- Log -----------------------------------------------------------------
commit 9a5817d9be7cda7408626f1666cea4578d6027cf
Author: Sawyer X <xsawy...@cpan.org>
Date:   Sat Apr 21 16:39:29 2018 +0200

    Devel-PPPort: Bump to 3.42

commit e9c1708f12ce98b76215667886b678f2124bff65
Author: Sawyer X <xsawy...@cpan.org>
Date:   Sat Apr 21 16:15:54 2018 +0200

    Devel-PPPort: Add Changes for recent versions

commit 8cbf2e05144ea58051440f5c409f062ed2cfd7a3
Author: Sawyer X <xsawy...@cpan.org>
Date:   Sat Apr 21 15:55:12 2018 +0200

    Devel-PPPort: Import Changes file from CPAN

commit d2e8b95323612b79024561801544370d1eb70b90
Author: Sawyer X <xsawy...@cpan.org>
Date:   Thu Apr 19 19:09:33 2018 +0200

    Devel-PPPort: Attempt to reorder, based on CPAN version

commit 690c6cdc828996cce1f206f195148a2bd2bd9911
Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
Date:   Thu Apr 19 19:04:49 2018 +0200

    Devel-PPPort: Include line numbers in ppphtest.t debug output

commit 59531a85864af8cb4757f057d64052cb5c7ac664
Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
Date:   Thu Apr 19 18:42:20 2018 +0200

    Devel-PPPort: Fix .gitignore
    
    - The dist is no longer in /ext
    - Don't ignore module*.c

commit 93b37e8542b16c01764f1ba1e54c90ea10d1ca11
Author: H.Merijn Brand <h.m.br...@xs4all.nl>
Date:   Thu Apr 19 18:41:10 2018 +0200

    Devel-PPPort: META_MERGE is only supported as of EU::MM 6.46

commit 9f5e2ce972c9a74e53996da5ea7c9abe66d597a4
Author: H.Merijn Brand <h.m.br...@xs4all.nl>
Date:   Thu Apr 19 17:56:19 2018 +0200

    Devel-PPPort: Add documentation
    
    Also increase the version and add P5P to the Copyright section

commit 897e45cef94a2b90a9c2bb9dd3700a34a56c6ff8
Author: Sawyer X <xsawy...@cpan.org>
Date:   Thu Apr 19 16:24:30 2018 +0200

    Devel-PPPort: Add MANIFEST.SKIP:
    
    This existed when it was in cpan/ but now is not available anymore.

commit 673cbc39aedc8ead776e010b430b9678321786c7
Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
Date:   Thu Apr 19 18:57:12 2018 +0200

    Devel-PPPort: regen tests for $] stringification
    
    Commit cf4ac1fad3 stringified $] in parts/inc, but neglected to run
    'make regen' to propagate this to the actual test files

commit e62db86bbd7904b9c653151104d22b35e0f2fc88
Author: Sawyer X <xsawy...@cpan.org>
Date:   Thu Apr 19 15:29:27 2018 +0200

    Devel-PPPort: Regenerate files after excluding deprecated/unstable API:
    
    This commit was available in the Github repo. Original commit:
    
        commit 2778bb76910c85c278a7802b46637dd659105f23
        Author: Marcus Holland-Moritz <m...@cpan.org>
        Date:   Sat Aug 27 17:06:19 2016 +0100
    
        Regenerate files after excluding deprecated/unstable API

commit c042864017a35cca6b6217ee6f20d660d6e14f3d
Author: Sawyer X <xsawy...@cpan.org>
Date:   Thu Apr 19 14:58:37 2018 +0200

    Devel-PPPort: Skip entries marked as deprecated or unstable:
    
    This commit was available in the Github repo. Original commit:
    
        commit 5cc4d70ad5d47c2850e4eb205c6c69936af7ddb4
        Author: Marcus Holland-Moritz <m...@cpan.org>
        Date:   Sat Aug 27 17:05:34 2016 +0100
    
        Skip entries marked as deprecated or unstable
    
        From: Karl Williamson <pub...@khwilliamson.com>
        Date: Fri, 26 Aug 2016 13:14:56 -0600
        Message-ID: <dea0d899-ee5c-3e76-99a1-e53dc05fd...@khwilliamson.com>
    
        It seems to me that if a function is listed in embed.fnc as deprecated
        or unstable, it shouldn't get listed.in D::P as needing to be 
backported.

commit e7c12cda0d28b411d788b411266cc9b973e6aa96
Author: Sawyer X <xsawy...@cpan.org>
Date:   Thu Apr 19 14:22:24 2018 +0200

    Devel-PPPort: Move magic defined to their own include file
    
    This commit was available in the Github repo. Original commit:
    
        commit 7c42daaaee37045157b7794c6c9c73e378d0a3e7
        Author: Marcus Holland-Moritz <m...@cpan.org>
        Date:   Sat Aug 27 17:44:45 2016 +0100
    
        Move magic defines to their own include file
    
        This fixes the duplicate definition of PERL_magic_qr and at the
        same time avoids the unfortunate split between misc / magic.
    
    A part of this, removing the PERL_MAGIC_qr was also resolved by Pali
    in b2f1aa3851347cb95fc82b32e842fd4d6e8ed99c.
    
    Also update MANIFEST for the new file

commit cf4ac1fad3f6dc19447a7365d1042c31b384e2d5
Author: Sawyer X <xsawy...@cpan.org>
Date:   Thu Apr 19 13:04:27 2018 +0200

    Devel-PPPort: Stringify Perl version in Makefile.PL:
    
    This commit was available in the Github repo. Original commit:
    
        commit 066d7b8382ad61476c9b56086d46a2c92959ff00
        Author: Karen Etheridge <et...@cpan.org>
        Date:   Mon Jul 11 15:09:01 2016 -0700
    
        stringify version before comparing, as recommended by Zefram

commit 0d35bab8d4a0ea38b9a506c7816f57fb304635e5
Author: H.Merijn Brand <h.m.br...@xs4all.nl>
Date:   Thu Apr 19 17:55:30 2018 +0200

    Allow MANIFEST.SKIP in dual-life modules where p5p prevails

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

-- 
Perl5 Master Repository

Reply via email to