Re: Filename literals

2009-08-16 Thread Timothy S. Nelson
On Sun, 16 Aug 2009, David Green wrote: On 2009-Aug-15, at 9:22 am, Jon Lang wrote: IOW, your "outside the file" stuff is whatever can be done without having to open the file, and your "inside the file" is whatever only makes sense once the file has been opened. Correct? Pretty much,

Re: S26 - The Next Generation

2009-08-16 Thread Damian Conway
Darren Duncan asked: > But one thing I'm not sure whether or not it was addressed is regards to > whether free-form documentation is still supported or can be effectively > combined with embedding documentation into the places that it is > documenting. Yes and yes. Normal Pod blocks weren't ment

Re: S26 - The Next Generation

2009-08-16 Thread Darren Duncan
Damian Conway wrote: It's Sunday evening and, as promised, here's the new draft of S26. That's great to see. And from the executive summary, it seems to include a lot of the features or behaviors I was suggesting in the "comments as preserved meta-data" thread. I will look at this new S26 m

Re: S26 - The Next Generation

2009-08-16 Thread David Green
On 2009-Aug-16, at 2:26 pm, Damian Conway wrote: It's Sunday evening and, as promised, here's the new draft of S26. Yay! (To the contents, that is, not to the posting of it. Well, to the posting too, since otherwise it would have been much harder to read.) Perl that accesses $=POD and/

r28005 - docs/Perl6/Spec

2009-08-16 Thread pugs-commits
Author: benmorrow Date: 2009-08-16 21:16:39 +0200 (Sun, 16 Aug 2009) New Revision: 28005 Modified: docs/Perl6/Spec/S04-control.pod Log: [Spec] Clarify behaviour of closure traits when an exception is thrown. Modified: docs/Perl6/Spec/S04-control.pod ===

Re: Filename literals

2009-08-16 Thread David Green
On 2009-Aug-15, at 9:22 am, Jon Lang wrote: IOW, your "outside the file" stuff is whatever can be done without having to open the file, and your "inside the file" is whatever only makes sense once the file has been opened. Correct? If so, could you give some examples of how such a distinction c