[perl6/specs] 2eb5cd: Add reminder to toss $*MAIN-ALLOW-NAMED-ANYWHERE

2017-06-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 2eb5cd1e7a974422b10cb664515bed7de40877ed https://github.com/perl6/specs/commit/2eb5cd1e7a974422b10cb664515bed7de40877ed Author: Zoffix Znet Date: 2017-06-30 (Fri, 30 Jun 2017) Changed paths: M v6d.po

[perl #131681] default values in subsignitures don't work

2017-06-30 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #131681] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131681 > sub foo( %h ( :$foo = "bar", :$baz) ) { %h; } note foo( { :baz } ); #-> {baz => Tr