In perl.git, the branch ap/posix-exports has been created

<http://perl5.git.perl.org/perl.git/commitdiff/1059236a6e4fd0c26e09fbe50f5de923b4caaf30?hp=0000000000000000000000000000000000000000>

        at  1059236a6e4fd0c26e09fbe50f5de923b4caaf30 (commit)

- Log -----------------------------------------------------------------
commit 1059236a6e4fd0c26e09fbe50f5de923b4caaf30
Author: Aristotle Pagaltzis <[email protected]>
Date:   Tue May 5 17:55:05 2015 +0200

    POSIX: set 5.20.2 default exports in stone
    
    This patch does 3 things. For the purposes of bisectability it is
    unfortunately not feasible to split them up into separate patches.
    They are as follows:
    
    1. Revert the list of default exports in t/export.t to what it was
       in the commit tagged v5.20.2 but take the opportunity to retab
       it since the blame log is messed up anyway. This can be verified
       with a whitespace-ignoring diff.
    
       Add a note to the @EXPORT test to forestall future additions to it.
    
    2. In POSIX.pm, remove the new fenv_h tag and revert the math_h and
       stdlib_h tags to their state in Perl 5.20.2.
    
    3. Add infrastructure for adding export tags that will not automatically
       get added into @EXPORT when it is generated, and use this to add new
       tags for all the stuff added since 5.20.2.
    
       In the cases where these new tags are expansions on existing tags,
       they include the version number of POSIX.pm in which they were
       introduced, i.e. math_h_1_52 contains everything in math_h plus the
       new stuff from POSIX 1.52.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to