Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 16935
Status: resolved
Worked: 3 min
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.03
Fixed in: (no value)



Subject: Ignore anything after =begin foo xxxx
The perlpod documentation does not define what should happen to any content of a =begin paragraph after the keyword. I'd like to propose that this be defined as ignored (quite possibly with a warning issued) In this manner, we can legitimately add support for things like Test::Inline 2's =begin testing foo after bar 2 At the moment, POD::Simple considers that an error. As a starting point for the additional of "extended begin" support, I'd like to see POD::Simple add support for it. I had previously convinced Sean Burke to add support for this as a precursor to having it added to the POD specification, but time defeated hm and he never had the time to add it. So I'm adding it to RT in the hope it can be done by the new maintainer.
I use the "=begin thingy blah, blah, blah" style tags in Pod::PseudoPod too, so I'm happy to move the functionality into Pod::Simple. (One less chunk of code to override in Pod::PseudoPod.) I'd go for "capture but generally ignore" everything after the block name (most likely making it available as a "title" flag on the node). This'll probably make it into the 3.05 or 3.06 release.
Subject: Re: [rt.cpan.org #16935] Ignore anything after =begin foo xxxx
Date: Thu, 26 Jan 2006 18:52:33 +1100
To: bug-Pod-Simple [...] rt.cpan.org
From: Adam Kennedy <adam [...] phase-n.com>
Great! Thanks a lot for this. My kwalitee score will jump overnight now that the Test::Inline blocks become legal :) via RT wrote: Show quoted text
> I use the "=begin thingy blah, blah, blah" style tags in Pod::PseudoPod > too, so I'm happy to move the functionality into Pod::Simple. (One less > chunk of code to override in Pod::PseudoPod.) I'd go for "capture but > generally ignore" everything after the block name (most likely making it > available as a "title" flag on the node). This'll probably make it into > the 3.05 or 3.06 release.
Feature added in 3.06.