In perl.git, the branch smoke-me/arc/deprecate-delete-array has been created

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

        at  e6acf716b5af35292d5e157b37a3890954b10c79 (commit)

- Log -----------------------------------------------------------------
commit e6acf716b5af35292d5e157b37a3890954b10c79
Author: Aaron Crane <a...@cpan.org>
Date:   Fri Aug 1 20:54:39 2014 +0100

    Formally deprecate exists on array elements
    
    As with delete on array elements and slices, this usage has long been
    described in perlfunc as "deprecated and likely to be removed"; this change
    moves us in the direction of making good on that promise.

M       dist/Dumpvalue/lib/Dumpvalue.pm
M       dist/Storable/Storable.pm
M       dist/Storable/t/freeze.t
M       dist/Tie-File/lib/Tie/File.pm
M       dist/Tie-File/t/00_version.t
M       dist/Tie-File/t/17_misc_meth.t
M       dist/Tie-File/t/32_defer_misc.t
M       lib/Tie/Array.pm
M       lib/dumpvar.pl
M       op.c
M       pod/perldiag.pod
M       pp.c
M       t/lib/warnings/9uninit
M       t/op/array.t
M       t/op/delete.t
M       t/op/kvaslice.t
M       t/op/local.t
M       t/op/tie.t
M       t/op/tiearray.t
M       t/re/pat.t

commit b2781e25ab78031584822728ddf10ecc4425aa63
Author: Aaron Crane <a...@cpan.org>
Date:   Mon Jul 14 12:59:34 2014 +0100

    Formally deprecate delete on array elements and slices
    
    perlfunc has long described this usage as "deprecated and likely to be
    removed"; this change moves us in the direction of making good on that
    promise.

M       dist/Tie-File/lib/Tie/File.pm
M       dist/Tie-File/t/00_version.t
M       dist/Tie-File/t/17_misc_meth.t
M       dist/Tie-File/t/32_defer_misc.t
M       lib/Internals.t
M       lib/Tie/Array.pm
M       op.c
M       pod/perldiag.pod
M       t/lib/warnings/9uninit
M       t/op/args.t
M       t/op/coresubs.t
M       t/op/delete.t
M       t/op/local.t
M       t/op/reverse.t
M       t/op/sub.t
M       t/op/tie.t
M       t/op/tiearray.t

commit c7d2d7448979cdb25a34899020eb17c2aae355d3
Author: Aaron Crane <a...@cpan.org>
Date:   Sat Aug 2 12:19:14 2014 +0100

    t/op/coresubs.t: array-element delete/exists tests now done separately
    
    Previously, it was the tests for delete/exists on hash elements that were
    done separately.  This change will make it easier to run the array-element
    tests in a scope with different warning settings.

M       t/op/coresubs.t
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to