Front page | perl.perl5.porters |
Postings from May 2010
Re: package block syntax
Thread Previous
|
Thread Next
From:
Zefram
Date:
May 19, 2010 09:39
Subject:
Re: package block syntax
Message ID:
20100519163941.GQ20797@lake.fysh.org
Jesse Vincent wrote:
>we may not fully grasp what the "right" semantics should be in some
>subtle way that isn't readily apparent.
I'm pretty sure that's not the case with package block. The syntactic
equivalence of "package Foo { ... }" with "{ package Foo; ... }" is a
quite complete and precise description both of the effect that I'm aiming
for and of how it's implemented. So I don't think there's room for
surprises in this case. I totally accept the issue in the general case.
-zefram
Thread Previous
|
Thread Next