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
]]]

[[[
Index: subversion/bindings/swig/perl/native/Core.pm
===================================================================
--- subversion/bindings/swig/perl/native/Core.pm        (revision 1668331)
+++ subversion/bindings/swig/perl/native/Core.pm        (working copy)
@@ -959,6 +959,8 @@
 
 =head2 svn_log_entry_t
 
+=over 4
+
 =item $entry-E<gt>revision()
 
 The revision of the commit.
@@ -988,6 +990,8 @@
 Whether C<$entry-E<gt>revision()> is a merged revision resulting 
 from a reverse merge.
 
+=back
+
 =cut
 
 package _p_svn_auth_cred_simple_t;
]]]

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <james...@debian.org>

Attachment: signature.asc
Description: Digital signature

Reply via email to