File: 0007-pod2man-formatting-fixes.patch

package info (click to toggle)
libwww-mediawiki-client-perl 0.31-2.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 652 kB
  • sloc: perl: 1,607; makefile: 47
file content (107 lines) | stat: -rw-r--r-- 2,624 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
From 9d4132f7e445f9bf077677536e2393a62c125761 Mon Sep 17 00:00:00 2001
From: Benjamin Mako Hill <mako@atdot.cc>
Date: Sat, 12 Feb 2011 20:04:04 -0500
Subject: pod2man formatting fixes

---
 bin/mvs                                |    6 ++++++
 lib/WWW/Mediawiki/Client.pm            |    6 +++++-
 lib/WWW/Mediawiki/Client/Exceptions.pm |    6 +++++-
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/bin/mvs b/bin/mvs
index 403bf33..6017696 100755
--- a/bin/mvs
+++ b/bin/mvs
@@ -524,6 +524,8 @@ pages you've deleted.
   rm Paris.wiki
   mvs clean
 
+=back
+
 =head2 File names
 
 Any additional arguments are taken as I<local> filenames to be processed.
@@ -644,6 +646,8 @@ L<http://www.cvs.org|The CVS home page>
 
 =head1 AUTHORS
 
+=over
+
 =item Mark Jaroski <mark@geekhive.net>
 
 =item Bernhard Kaindl <bkaindl@ffii.org>
@@ -659,6 +663,8 @@ Bug reports and feedback.
 Preview support, export support for multi-page update, more 'minor'
 and 'watch' settings, and bug reports.
 
+=back
+
 =head1 COPYRIGHT
 
 (C) Copyright 2004-2005, Mark Jaroski
diff --git a/lib/WWW/Mediawiki/Client.pm b/lib/WWW/Mediawiki/Client.pm
index 32a7d53..9e9bff4 100644
--- a/lib/WWW/Mediawiki/Client.pm
+++ b/lib/WWW/Mediawiki/Client.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = map { @{$EXPORT_TAGS{$_}} } keys %EXPORT_TAGS;
 
 =head1 NAME
 
-WWW::Mediawiki::Client
+WWW::Mediawiki::Client - module providing a VCS like to MediaWiki
 
 =cut
 
@@ -699,6 +699,8 @@ This field will be empty until do_update has been called, after which it
 will be set to a hash of C<filename> => C<status> pairs.  Each C<status> 
 will be one of the following (see CONSTANTS for discriptions):
 
+=over
+
 =item WWW::Mediawiki::Client::STATUS_UNKNOWN;
 
 =item WWW::Mediawiki::Client::STATUS_UNCHANGED;
@@ -711,6 +713,8 @@ will be one of the following (see CONSTANTS for discriptions):
 
 =item WWW::Mediawiki::Client::STATUS_CONFLICT;
 
+=back
+
 =cut
 
 sub status {
diff --git a/lib/WWW/Mediawiki/Client/Exceptions.pm b/lib/WWW/Mediawiki/Client/Exceptions.pm
index 6311d5b..c5a52e7 100644
--- a/lib/WWW/Mediawiki/Client/Exceptions.pm
+++ b/lib/WWW/Mediawiki/Client/Exceptions.pm
@@ -117,7 +117,7 @@ __END__
 
 =head1 NAME
 
-WWW::Mediawiki::Client::Exception
+WWW::Mediawiki::Client::Exception - exception handling for WWW::Mediawiki::Client
 
 =head1 SYNOPSIS
 
@@ -235,6 +235,8 @@ Exception::Class
 
 =head1 AUTHORS
 
+=over
+
 =item Mark Jaroski <mark@geekhive.net> 
 
 Author
@@ -243,6 +245,8 @@ Author
 
 Inspired the improvement in error handling and reporting.
 
+=back
+
 =head1 LICENSE
 
 Copyright (c) 2004 Mark Jaroski. 
-- 
1.7.2.3