-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChanges
155 lines (116 loc) · 4.35 KB
/
Changes
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
Change log for Test::Pod
1.40 - Sun Jul 12 23:32:11 CDT 2009
[THINGS THAT MAY BREAK YOUR CODE]
Test::Pod now requires Perl 5.8.0.
[ENHANCEMENTS]
Test::Pod now complains about the illegal construct L<text|url>.
Thanks to Paul Miller.
The list of directories to exclude is now much longer, and is
available in %Test::Pod::ignore_dirs. This list is right now:
'.bzr' => 'Bazaar',
'.git' => 'Git',
'.hg' => 'Mercurial',
'.pc' => 'quilt',
'.svn' => 'Subversion',
CVS => 'CVS',
RCS => 'RCS',
SCCS => 'SCCS',
_darcs => 'darcs',
_sgbak => 'Vault/Fortress',
1.26 - Wed Jul 19 09:54:48 CDT 2006
No new functionality in this version.
[FIXES]
* Fixed a Win32 build bug.
* Fixed a bug in the SYNOPSIS.
1.24 - Wed Feb 1 15:18:06 PST 2006
[THINGS THAT MAY BREAK YOUR CODE]
* The long-deprecated pod_ok() is now gone, along with all its
constants.
[ENHANCEMENTS]
* Now runs properly under VMS. Thanks to Peter Edwards.
1.22 - Sun Oct 23 23:45:51 CDT 2005
[ENHANCEMENTS]
* Added check for lines with only whitespace before or after a
directive. Older POD formatters can get confused by such
lines since they goof up paragraph mode. (RT #6467)
[FIXES]
* Bumped up requirements to Test::Simple 0.62.
1.20 - Wed Jun 23 00:28:35 CDT 2004
[ENHANCEMENTS]
* Looks in blib/ if there is one, otherwise looks in lib/
* Thanks to David Wheeler for nudging.
1.18 - Fri May 28 23:48:28 CDT 2004
[FIXES]
* Now exports all_pod_files() as advertised.
* Also includes *.t files as Pod.
1.16 - Fri Apr 30 17:42:50 CDT 2004
[FIXES]
* Fixed a warning under 5.8.3. Also explicitly closes dir handles
when searching for POD.
1.14 - Wed Apr 28 23:38:29 CDT 2004
[ENHANCEMENTS]
* Now runs taint-safe. No longer uses File::Find. I'm trying to
get all my modules to run under -T correctly, so this is big.
1.12 - Sat Mar 13 10:34:06 CST 2004
[ENHANCEMENTS]
* all_pod_files() now picks up *.PL files.
1.10 - Tue Mar 9 23:27:16 CST 2004
[ENHANCEMENTS]
* Almost all of my coverage is almost to 100%.
[FIXES]
* Fixed some test bugs on Win32.
* Message problems if the file is missing.
1.08 - Wed Jan 21 00:40:07 CST 2004
No new features or fixes.
[FIXES]
* t/all_pod_files.t failed because in my zeal to be a good
cross-platform guy, I used File::Spec separators on lists to
compare against those coming from File::Find, which uses slashes.
1.06 - Sat Jan 10 08:47:55 CST 2004
No new features or fixes.
[FIXES]
* t/all_pod_files.t failed because all_pod_files() returns an
unsorted list. Fixed.
1.04 - Fri Jan 9 22:39:15 CST 2004
[ENHANCEMENTS]
* all_pod_files() can now take multiple start directories.
Thanks to David Wheeler for the patch.
1.03
[FIXES]
* All the *ok() functions now return the value of the underlying ok().
[DOCUMENTATION]
* All functions are now documented.
[INTERNALS]
* Removed valid_file, which was not being used.
1.02 - Mon Nov 10 09:07:39 CST 2003
No new functionality. If 1.00 installed for you, then you don't
need 1.02.
[FIXES]
* Fixed dumb test failure in t/all_pod_files.t.
[DOCUMENTATION]
* Spiffed up the SYNOPSIS.
1.00 - Mon Nov 10 00:06:30 CST 2003
[NEW FEATURES]
* Added all_pod_files_ok() method.
0.96 - Sat Oct 11 22:46:00 CST 2003
* Removed dependency on IO::Scalar, which was wrong.
* Requires newest, most-lenient Pod::Simple.
* Added various tests to the t/ hierarchy. Thanks to David Wheeler
for help on this.
0.95 - Mon Mar 3 09:35:00 CST 2002
* Rewrote to use Pod::Simple instead of Pod::Checker
* Deprecated the pod_ok function.
* Added pod_file_ok() to replace pod_ok().
0.90 - Tue Dec 3 18:59:39 CST 2002
* things seem to be going well, so this is not in beta :)
* cleanup up some formatting
* fixed the bad pod test which some Pod::Checker versions reported
extra errors
0.72 - Thu Nov 14 20:16:13 CST 2002
* cleaned up Makefile.PL and tests
* no code changes
0.71 - Mon Sep 9 10:58:22 CDT 2002
* added Test::Builder::Tester to PREREQ_PM
0.70 - Thu Sep 5 22:39:13 CDT 2002
* pod_ok shows POD errors and warnings if it fails
* you can give the test a name