Re: [patch] Resolve pod2man warnings

2015-03-21 Thread Ben Reser
On 3/21/15 6:41 PM, James McCoy wrote: > There are a couple warnings in SVN::Core when using pod2man to generate > the man pages. Patch below fixes this. > > [[[ > Add missing POD directives to resolve pod2man warnings > > * subversion/bindings/swig/perl/native/Core.pm > (svn_log_entry_t): Add

[patch] Resolve pod2man warnings

2015-03-21 Thread James McCoy
There are a couple warnings in SVN::Core when using pod2man to generate the man pages. Patch below fixes this. [[[ Add missing POD directives to resolve pod2man warnings * subversion/bindings/swig/perl/native/Core.pm (svn_log_entry_t): Add missing "=over 4" and "=back" directives ]]] [[[ Inde