File: Changes

package info (click to toggle)
libpod-tree-perl 1.31-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,020 kB
  • sloc: perl: 2,231; exp: 215; makefile: 2
file content (388 lines) | stat: -rw-r--r-- 10,376 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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
Revision history for Perl extension Pod::Tree

1.31  2019.02.22 MANWAR
      - Fixed pod error as reported by CPANTS.

1.30  2019.01.22 MANWAR
      - Merged pull request #9 (fix typo in pod) from @fschlich.

1.29  2018.12.02 MANWAR
      - Applied the changes suggested by @ANDK (#8).

1.28  2018.12.01 MANWAR
      - Tidy up Makefile.PL script to clean up tar ball as well.
      - Added +x to the script mod2html.

1.27  2018.11.30 MANWAR
      - Updated dependency on Path::Tiny v0.105 to address the fail report.
        https://www.cpantesters.org/cpan/report/349e7846-f40d-11e8-afbf-aec3b07506ca

1.26  2018.11.29 MANWAR
      - Removed auto generated META.yml from the distribution.
      - Moved t/95-tidyall.t and t/96-perl-critic.t to xt/ (author only).
      - Updated github repo url.
      - Documented the current maintainer in the pod.
      - Tidied up Changes file.

1.25  2015.05.25
      - Rename test files to have number prefix.
      - Move test reqirements to TEST_REQUIRES or BUILD_REQUIRES for older EUMM
      - Older versions of EU::MM require quotes around 2-dot versions (CHORNY)

1.24  2015.05.22
      - Include the rc files in the distribution to use the proper
        Perl::Critic configuration.
      - use Test::Version to make sure we have the same version number
        in every module.
      - Configure Perl::Critic to be level 4.
      - Lots of other refactorings.

1.23  2015.05.20
      - Add version numbers to all the pm files.

1.22  2015.05.20
      - Refactoring code: 3 argument open, no bareword filehandles
      - Refactoring code: convert indirect calls to direct calls
      - Add optional test using Test::Perl::Critic
      - Fix missing file issue introduced in 1.21
      - Include the Test::Comile based test

1.21  2015.05.20
      - More tests (use Test::Compile)
      - Refactoring code (use Path::Tiny)
      - Run perltidy on the code.
      - Separate packages to their own files.
      - Add use warnings; use strict; remove use diagnostics;
      - Remove remaining use 5.... statements.

1.20  2015.05.19
      - Refactor test script to use Test::More

1.19  2015.05.18
      - Include link to VCS, Bug tracking system, hopepage.

1.18  2015.05.18
      - Just to let PAUSE index it.

1.17_01 2015.05.18
      - New maintainer (SZABGAB)

1.17  2010.06.21
      pods2html
      - quote paths in REs

1.16  2009.04.10
      Pod::Tree::HTML
      - fix to work with IO::File 1.13 (RT 34755, 38307)

      mod2html
      - added to distribution

      Makefile.PL
      - added all required modules to PREREQ_PM

1.15  2007.06.24
      Rename pod2html -> podtree2html (RT 18742)

      Pod::Tree::HTML
      - Changed destination resolution to accept a scalar reference,
        or anything with a 'print' method. (RT 12335)

      podtree2html, pods2html
      - documented HTML elements for CSS rules (RT 6118)

      pod.css
      - add example style sheet

1.14  2007.06.12
      Pod::Tree::HTML
      - remove use vars qw(&isa); (RT 14530)
      - document translate() error conditions (RT 12336)

      Makefile.PL
      - add Text::Template prerequisite (RT 26440)

1.13  2007.04.06
      Pod::Tree
      - rename the Stream package

      Pod::Tree::HTML
      - change the X<> markup to render as empty, per the perlpod manpage
      - rename the BitBucket package
      - add template support

      Pod::Tree:PerlUtil
      - handle malformed NAME paragraphs more gracefully

      pod2html
      - add template support

      pods2html
      - add template support

1.12  2006.04.22
      Pod::Tree::PerlBin
      - ignore non-existant directories on $PATH
      - protect File::Find::find from empty directory list

      Pod::Tree:PerlFunc
      - find the pod/ directory under either perl/ or perl/lib/ (Win32 issue)

      Pod::Tree::PerlLib
      - increase default col_width to 30

      Pod::Tree:PerlTop
      - find the pod/ directory under either perl/ or perl/lib/ (Win32 issue)

      Pod::Tree:PerlUtil
      - clean up whitespace in module names and descriptions

      pods2html
      - recursion check compares absolute paths instead of inodes (Win32 issue)

      t/pods2html.t
      - use rmtree instead of system "rm -r" (Win32 issue)

1.11  2004.10.01
      Pod::Tree
      - recognize blank lines per perlpodspec
      - added support for =head3 and =head4 commands
      - recognize \n, \r, \r\n line endings
      - separate paragraphs on blank (/^\s*$/) lines

      Pod::Tree::HTML
      - added support for =head3 and =head4 commands
      - expose the emit_toc and emit_body methods
      - drop the </li> tags in the TOC.
        It was the easiest way to fix the nesting problem.
      - added { empty => 1 } option

      Pod::Tree::Node
      - added support for =head3 and =head4 commands
      - consolidate consecutive verbatim paragraphs

      pods2html
      - added --module option
      - get depth from module name, not file path
      - added --empty option

      t/pod2html.t
      t/pods2html.t
      - invoke $Config{perlpath}, not 'perl'

      GENERAL
      - Set default BGCOLOR to ffffff

      - Removed all the
        use 5.x;
        require 5.x
        statements

      - reviewed all the copyright notices

1.10  2003.01.01
      Pod::Tree
      - documentation typos
      - dropped the require 5.6.0; statement

      Pod::Tree::HTML
      - added support for $link_map->url methods
      - deprecated        $link_map->map methods
      - exposed escape_2396 and assemble_url methods
      - documentation

      Pod::Tree::Node
      - documentation typos

      Pod::Tree::Pod
      - dropped the require 5.6.0; statement

      t/mapper.t
      t/mapper.d
      - created

1.09  2002.07.01
      Makefile.PL
      - traded in ABSTRACT for ABSTRACT_FROM

      Pod::Tree::Node
      - recoded _unescape_text to use Pod::Escapes
      - expand the HTTP domain to include e.g. mailto:

      Pod::Tree::Pod
      - changed _escape to handle non-ASCII chars

      Pod::Tree::PerlUtils
      - Handle module names that contain dashes

      Pod::Tree::HTML
      - Handle PODs that have "name--description" with multiple dashes
      - Change default bgcolor to white
      - added css => $url option

      perl2html
      - traded in hard-coded /:/ for /$Config{path_sep}/

      pod2html
      - added -css URL option

      pods2html
      - added -css URL option
      - fixed recursion check on Win32

      t/pod2html.d
      t/pod2html.t
      - created

      t/pods2html.t
      - enable some tests on Win32
      - wrote RDiff() to ignore CVS directories

1.08  2001.05.30
      t/pods2html.t
      - skip test on Win32

1.07  2001.05.29
      Makefile.PL
      - added EXE_FILES key
      - added PREREQ_PM key

      Pod::Tree
      - preserve paragraph endings
      - preserve non-POD content
      - added has_pod() method

      Pod::Tree::Node
      - added code() and is_code()
      - added get_brackets() method
      - added get_raw() method
      - added clone() method
      - added set_filename()/get_filename() methods
      - added get_domain() and support for L<http://...>
      - carry =pod and =cut in command nodes
      - SplitBar() split(/\|/,,2) to protect links with a verbar

      Pod::Tree:HTML
      - fixed load_paragraphs() call in resolve_source()
      - added depth option
      - render  =for image foo.gif  as  <img src="foo.gif">
      - rewhacked _emit_link to support target domains

      Pod::Tree::Pod
      - correctly reconstructs L<> markups

      Pod::Tree::PerlDist
      - added perl* links for the README.* files

      Pod::Tree::PerlFunc
      - fixed ShiftItems() to handle the getpw* items in perlfunc.pod

      Pod::Tree::PerlTop
      - added _get_dist_links() to pick up the README.* files

      pods2html
      - fixed relative links
      - don't translate foo.pm if foo.pod exists
      - works if HTMLDir is a subdir of PodDir
      - create HTMLDir with File::Path::mkpath

      t/
      - moved all the test files into .d/ directories

1.06  2000.10.17
      Added Pod::Tree::Pod

      Pod::Tree::Node
      - fixed SpitBar()

1.05  2000.10.12
      Pod::Tree::Node
      - Added $VERSION to quiet CPAN.pm

1.04  2000.10.11
      Pod::Tree::HTML
      - Added $VERSION to quiet CPAN.pm

1.03  2000.10.09
      - Cleaned up $VERSION variables (we hope)

      Pod::Tree::HTML
      - fixed \$pod bug in new()

      Pod::Tree::PerlBin
      - fixed xsubpp bug

      Pod::Tree::PerlFunc
      - fixed to handle do() properly

      Pod::Tree::PerlPod
      - compress whitespace in description lines

      pods2html
      - Fixed to handle relative paths

      perl2html
      - Fixed to handle relative paths

1.02  2000.05.19
      Pod::Tree::Node
      - added support for x<<>> style markups

      Pod::Tree::PerlFunc
      - added <dl></dl> tags to lists in perlfunc.pod sub-pages
      - sort function names within alphebetical index paragraphs

      Pod::Tree::PerlLib
      - scan for .pod files under @INC
      - added stop_file list

      Pod::Tree::PerlPod
      - don't convert PODs under /ext/

1.01  2000.03.11
      Pod::Tree
      - added limit => n option
      - added get_root(), set_root()
      - added push(), pop()
      - added walk()

      Pod::Tree::Node
      - allow text items to begin with * or number
      - parse L<sec tion> as "sec tion" in this man page
      - close line breaks in L<> markups

      Pod::Tree::HTML
      - emit </p> and </li> tags
      - suppress <p></p> markups from a single ordinary list item
      - changed _escape_text() to conform to  RFC 2369
      - added linkMap => \&linkMap option
      - added link() constructor
      - close line breaks in <a name=""> markups
      - emit anchors for <DT> items in <DL> lists
      - accept =for HTML or =for html
      - emit <p></p> around =for HTLM paragraphs

      Makefile.PL
      - add DISTNAME key

      pod2html
      - fixed the shebang

      pods2html
      - fixed the shebang
      - added --index option

      Added
      - Pod::Tree::PerlBin
      - Pod::Tree::PerlDist
      - Pod::Tree::PerlFunc
      - Pod::Tree::PerlLib
      - Pod::Tree::PerlMap
      - Pod::Tree::PerlPod
      - Pod::Tree::PerlTop
      - Pod::Tree::PerlUtil
      - perl2html
      - ToDo

1.00  1999.06.23
      - original version; created by h2xs 1.18