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

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

        at  de53d4bbd098887927a32b0c437ed2b97b02fd1b (commit)

- Log -----------------------------------------------------------------
commit de53d4bbd098887927a32b0c437ed2b97b02fd1b
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Fri Jul 15 23:48:03 2016 -0700

    decl_refs.t: Finish adding tests for declared_refs

M       t/op/decl-refs.t

commit 573fcc4d31fab6b696c25d9118d094d377645373
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun May 29 20:11:08 2016 -0700

    Tests for declared_refs err/warn messages

M       MANIFEST
A       t/op/decl-refs.t

commit 3a09fa59152769f5b97b20bc2850cddb3757bafd
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun May 29 16:02:53 2016 -0700

    perldiag entries for declared_refs

M       pod/perldiag.pod

commit 290a0cf9d1965703cf159ffcaf79172ae26536c1
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun May 29 14:32:11 2016 -0700

    Clearer declared_refs warning msg

M       op.c
M       toke.c

commit fd65abbb152c413e1e2ef1e96a84c8a88d2bd17e
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun May 29 14:29:28 2016 -0700

    Update docs for declared_refs

M       lib/feature.pm
M       pod/perlexperiment.pod
M       pod/perlref.pod
M       regen/feature.pl

commit 562906edf0c85d7a81a34075329eafa12a6fcc33
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun May 22 23:45:45 2016 -0700

    Make my\ experimental

M       op.c
M       toke.c

commit fe75f865f332d6f656c2bd857b768ae4b4b02d12
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun May 22 23:40:27 2016 -0700

    Add declared_refs feature feature

M       feature.h
M       lib/feature.pm
M       regen/feature.pl

commit 3d648da4339e7f47ee20abab8310e8b49f265f6e
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sun May 22 23:39:44 2016 -0700

    Add experimental::declared_refs warn categ

M       lib/B/Deparse.t
M       lib/warnings.pm
M       regen/warnings.pl
M       warnings.h

commit aedd8b9ab19b13a7f7f078b83fb9b3aeec9ef6ce
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Fri May 20 22:28:31 2016 -0700

    Allow my \$a
    
    This applies to ‘my’, ‘our’, ‘state’ and ‘local’, and both 
to single
    variable and lists of variables, in all their variations:
    
    my \$a        # equivalent to \my $a
    my \($a,$b)   # equivalent to \my($a, $b)
    my (\($a,$b)) # same
    my (\$a, $b)  # equivalent to (\my $a, $b)

M       op.c
M       perly.act
M       perly.h
M       perly.tab
M       perly.y
M       toke.c
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to