On Sun, Apr 10, 2005 at 11:07:46PM +0000, Scott Lanning wrote: > --- lib/ExtUtils/MakeMaker.pm.bak 2005-04-09 23:27:19.595475384 +0000 > +++ lib/ExtUtils/MakeMaker.pm 2005-04-09 23:28:05.092558776 +0000 > @@ -2262,13 +2262,13 @@ > > =over 2 > > -=item C<<MAN3PODS => ' '>> > +=item C<< MAN3PODS => ' ' >> > > This is commonly used to supress the creation of man pages. MAN3PODS > takes a hash ref not a string, but the above worked by accident in old > versions of MakeMaker. > > -The correct code is C<<MAN3PODS => { }>>. > +The correct code is C<< MAN3PODS => { } >>.
The odd thing is Test::Pod had no problem with the existing code. Andy? Thoughts?