[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[patch] Resolve pod2man warnings

From: James McCoy <jamessan_at_debian.org>
Date: Sat, 21 Mar 2015 21:41:30 -0400

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 <jamessan_at_debian.org>

Received on 2015-03-22 02:46:35 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.