Front page | perl.perl5.porters |
Postings from April 2010
package block syntax
Thread Next
From:
Zefram
Date:
April 27, 2010 13:25
Subject:
package block syntax
Message ID:
20100427202448.GW17280@lake.fysh.org
The attached patch implements a Perl 6ism that seems worth imitating:
"package Foo { ... }" is equivalent to "{ package Foo; ... }". I think
this is worthwhile. I'm posting it for discussion, not for immediate
application, but if the consensus is in favour then this patch should
be usable as-is.
-zefram
Thread Next
-
package block syntax
by Zefram