File: fix-changes-pod.patch

package info (click to toggle)
libtest-distribution-perl 2.00-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 176 kB
  • ctags: 38
  • sloc: perl: 252; makefile: 5
file content (294 lines) | stat: -rw-r--r-- 5,814 bytes parent folder | download | duplicates (2)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
Description: fix various POD issues
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=85964
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85964
Bug-Debian: http://bugs.debian.org/711262
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-16

--- a/Changes.pod
+++ b/Changes.pod
@@ -1,8 +1,10 @@
+=encoding ISO8859-1
+
 =head1 Revision history for Test::Distribution.
 
 =head2 2.00 (svn rev 29)
 
-=over *
+=over
 
 =item SIGNATURE support - back but optional. What i should have done in the first place! Sorry guys!
 
@@ -12,7 +14,7 @@
 
 =head2 1.29 (svn rev 19) - REMOVED FROM CPAN
 
-=over *
+=over
 
 =item Removed SIGNATURE support - the sig fad has gone away, there have been issues with checking sigs on non-windows platforms
 
@@ -20,7 +22,7 @@
 
 =head2 1.28 (svn rev 10)
 
-=over *
+=over
 
 =item Support distribtions such as httpd_ctl which have no blib/lib dir
 
@@ -28,7 +30,7 @@
 
 =head2 1.27 (svn rev 4)
 
-=over *
+=over
 
 =item Documented source availability on sourceforge
 
@@ -38,7 +40,7 @@
 
 =head2 1.26
 
-=over *
+=over
 
 =item  Stoped using 'our' as this is not supported by Perl pre 5.6.x
 
@@ -52,7 +54,7 @@
 
 =head2 1.25
 
-=over * 
+=over
 
 =item  Removed Makefile.PL - everyone knows what Module::Build is these days
 
@@ -60,7 +62,7 @@
 
 =head2 1.24
 
-=over *
+=over
 
 =item  Removed message asking users not to log bugs to rt.cpan.org as I do now seem to finally own the bugs queue for this module
 
@@ -68,7 +70,7 @@
 
 =head2 1.23
 
-=over *
+=over
 
 
 =item  Stop using the MANIFEST list to find .pm files, just search under lib instead. This prevents T::D from trying to use modules not for install (e.g. under t/lib) and using them incorrectly!  Let me know if you'd like more flexiblity (e.g. to override the search directory, and if you need to specify multiple search roots). There is a dir option but it's not public/documented because I think I need to do a thorough code review to make sure it works properly. As I say, let me know if you want/need this flexibility and I shall add it to a future release.
@@ -77,7 +79,7 @@
 
 =head2 1.22
 
-=over *
+=over
 
 =item  .xpm files are no longer matched as modules
 
@@ -85,7 +87,7 @@
 
 =head2 1.21
 
-=over *
+=over
 
 
 =item  Try to fix one of the windows build errors that some users see by using Module::Signature directly instead of Test::Signature. Specifically the use of the CANNOT_VERIFY method - as it seems one can have Module::Signature installed without having the software which can actually do the verification installed.
@@ -94,7 +96,7 @@
 
 =head2 1.20
 
-=over *
+=over
 
 =item Minor documentation updates
 
@@ -102,7 +104,7 @@
 
 =head2 1.19
 
-=over *
+=over
 
 =item Added Test::Pod::Coverage support
 
@@ -110,7 +112,7 @@
 
 =head2 1.18
 
-=over *
+=over
 
 =item Now accept file ChangeLog as an alternative to Changes
 
@@ -122,7 +124,7 @@
 
 =head2 1.17
 
-=over *
+=over
 
 
 =item  Added the distversion option so that people can check whether $VERSION matches the distribution version. This used to be a mandatory check but was removed in 1.14.
@@ -131,7 +133,7 @@
 
 =head2 1.16
 
-=over *
+=over
 
 
 =item  Minimum version of ExtUtils::Manifest required is 1.43.  Passthrough Makefile.PL is now generated by Module::Build and so is up to date and now explicitly sets the build_class.  Thanks to Gabor Szabo for reporting these bugs in Test-Distribution v1.15
@@ -140,7 +142,7 @@
 
 =head2 1.15
 
-=over *
+=over
 
 
 =item  Test::Distribution now uses the MANIFEST to find modules to test.
@@ -156,7 +158,7 @@
 
 =head2 1.14
 
-=over *
+=over
 
 
 =item  Versions test  now less  restrictive.
@@ -167,7 +169,7 @@
 
 =head2 1.13
 
-=over *
+=over
 
 =item  Simple update of TODO which i should have done in 1.12
 
@@ -175,7 +177,7 @@
 
 =head2 1.12
 
-=over *
+=over
 
 
 =item  prereq tests are now skipped if a Build.PL is found.
@@ -186,7 +188,7 @@
 
 =head2 1.11
 
-=over *
+=over
 
 
 =item  Removed Test::Prereq as a prerequisite as i'm not actually using it yet
@@ -199,7 +201,7 @@
 
 =head2 1.10
 
-=over *
+=over
 
 =item  Updated TODO
 
@@ -207,7 +209,7 @@
 
 =head2 1.09
 
-=over *
+=over
 
 =item  Added missing Test::Signature to requires hash in Build.PL
 
@@ -217,7 +219,7 @@
 
 =head2 1.08
 
-=over *
+=over
 
 =item  Updated example of 01distribution.t with code that doesn't cause testing of the module to fail if user does not have Test::Distribtion installed.
           
@@ -229,7 +231,7 @@
 
 =head2 1.07
 
-=over *
+=over
 
 =item  Minor POD Updates
 
@@ -244,7 +246,7 @@
 
 =head2 1.06
 
-=over *
+=over
 
 =item  New Maintainer/Owner: Sagar R. Shah
 
@@ -260,7 +262,7 @@
 
 =head2 1.05
 
-=over *
+=over
 
 =item  Testing PREREQ_PM relies on Module::CoreList which, even at the current version, doesn't know about perl 5.8.1 yet.  So in the meantime, I've added a simple check to skip PREREQ_PM testing if $Module::CoreList::version{ $] } doesn't exist (thanks Randal L. Schwartz and Richard Clamp).
 
@@ -270,7 +272,7 @@
 
 =head2 1.04
 
-=over *
+=over
 
 =item  Changed to use Test::Pod 0.95 and pod_file_ok function instead of pod_ok to prevent deprecation warnings (thanks Sagar Shah)
 
@@ -278,9 +280,7 @@
 
 =head2 1.03
 
-=over *
-
--
+=over
 
 =item  added a named argument 'not' to ask not to do certain types of tests
 
@@ -296,7 +296,7 @@
 
 =head2 1.02
 
-=over *
+=over
 
 =item  changed the name to Test::Distribution as per Andy Lester's suggestion and updated docs.
 
@@ -304,7 +304,7 @@
 
 =head2 1.01
 
-=over *
+=over
 
 =item  added named arguments ('tests', 'only') and reflection subs (packages(), files(), num_tests()), and docs for the same.
 
@@ -312,7 +312,7 @@
 
 =head2 1.00
 
-=over *
+=over
 
 =item  ideas by Andy Lester and brian d foy (see http://use.perl.org/~brian_d_foy/journal/7463)