Jonathan "Dataweaver" Lang proposed: > OK. Let me propose an alternative (which I expect will be immediately > shot down):
BANG! ;-) > Allow '=begin alias', '=end alias', and '=for alias' as special cases: > the Perl parser makes an exception for them and doesn't treat them as > the start or end of POD Blocks, merely as single-line directives; but > the Pod parser treats them as normal Pod Blocks, with the contents > being attached to the alias. Well, clearly I'm not going to be in favour of introducing exceptions to the general syntax. However, I had originally thought that we should have =alias and =dealias directives to delimit code extractions. In the end I liked the use of the code's own delimiters better, but I guess if people preferred to have two directives as delimiters, we could consider that instead. Let's see what others think. Damian