Re: Allow =over 0?

[email protected] (Grant McLean) Thu, 11 Oct 2012 09:42:47 +1300
Newsgroups perl.pod-people
Message-ID <[email protected]>
On Wed, 2012-10-10 at 08:53 -0700, David E. Wheeler wrote:
> Pod People,
> 
> See the forwarded complaint below.

The complaint that:

   In "perldoc POD" I can't find any hint that 0 is an invalid
   indentation.

is a bit bogus because the formal specification for POD is in 'perldoc
perlpodspec' which says:

    If there is any text following the "=over", it must consist of
    only a nonzero positive numeral.

So a change to Pod::Simple would need to be accompanied by a change to
perlpodspec.

Regards
Grant