Debian lenny version packages
[pkg-perl] / deb-src / libtest-pod-perl / libtest-pod-perl-1.26 / Changes
1 Change log for Test::Pod
2
3 1.26 - Wed Jul 19 09:54:48 CDT 2006
4
5     No new functionality in this version.
6
7     [FIXES]
8     * Fixed a Win32 build bug.
9     * Fixed a bug in the SYNOPSIS.
10
11 1.24 - Wed Feb  1 15:18:06 PST 2006
12     [THINGS THAT MAY BREAK YOUR CODE]
13     * The long-deprecated pod_ok() is now gone, along with all its
14       constants.
15
16     [ENHANCEMENTS]
17     * Now runs properly under VMS.  Thanks to Peter Edwards.
18
19 1.22 - Sun Oct 23 23:45:51 CDT 2005
20     [ENHANCEMENTS]
21     * Added check for lines with only whitespace before or after a
22       directive.  Older POD formatters can get confused by such
23       lines since they goof up paragraph mode. (RT #6467)
24
25     [FIXES]
26     * Bumped up requirements to Test::Simple 0.62.
27
28 1.20 - Wed Jun 23 00:28:35 CDT 2004
29     [ENHANCEMENTS]
30     * Looks in blib/ if there is one, otherwise looks in lib/
31     * Thanks to David Wheeler for nudging.
32
33 1.18 - Fri May 28 23:48:28 CDT 2004
34     [FIXES]
35     * Now exports all_pod_files() as advertised.
36     * Also includes *.t files as Pod.
37
38 1.16 - Fri Apr 30 17:42:50 CDT 2004
39     [FIXES]
40     * Fixed a warning under 5.8.3.  Also explicitly closes dir handles
41       when searching for POD.
42
43 1.14 - Wed Apr 28 23:38:29 CDT 2004
44     [ENHANCEMENTS]
45     * Now runs taint-safe.  No longer uses File::Find.  I'm trying to
46       get all my modules to run under -T correctly, so this is big.
47
48 1.12 - Sat Mar 13 10:34:06 CST 2004
49     [ENHANCEMENTS]
50     * all_pod_files() now picks up *.PL files.
51
52 1.10 - Tue Mar  9 23:27:16 CST 2004
53     [ENHANCEMENTS]
54     * Almost all of my coverage is almost to 100%.
55
56     [FIXES]
57     * Fixed some test bugs on Win32.
58     * Message problems if the file is missing.
59
60 1.08 - Wed Jan 21 00:40:07 CST 2004
61     No new features or fixes.
62
63     [FIXES]
64     * t/all_pod_files.t failed because in my zeal to be a good
65       cross-platform guy, I used File::Spec separators on lists to
66       compare against those coming from File::Find, which uses slashes.
67
68 1.06 - Sat Jan 10 08:47:55 CST 2004
69     No new features or fixes.
70
71     [FIXES]
72     * t/all_pod_files.t failed because all_pod_files() returns an
73       unsorted list.  Fixed.
74
75 1.04 - Fri Jan  9 22:39:15 CST 2004
76     [ENHANCEMENTS]
77     * all_pod_files() can now take multiple start directories.
78       Thanks to David Wheeler for the patch.
79
80 1.03
81     [FIXES]
82     * All the *ok() functions now return the value of the underlying ok().
83
84     [DOCUMENTATION]
85     * All functions are now documented.
86
87     [INTERNALS]
88     * Removed valid_file, which was not being used.
89
90
91 1.02 - Mon Nov 10 09:07:39 CST 2003
92     No new functionality.  If 1.00 installed for you, then you don't
93     need 1.02.
94
95     [FIXES]
96     * Fixed dumb test failure in t/all_pod_files.t.
97
98     [DOCUMENTATION]
99     * Spiffed up the SYNOPSIS.
100
101
102 1.00 - Mon Nov 10 00:06:30 CST 2003
103     [NEW FEATURES]
104     * Added all_pod_files_ok() method.
105
106 0.96 - Sat Oct 11 22:46:00 CST 2003
107     * Removed dependency on IO::Scalar, which was wrong.
108     * Requires newest, most-lenient Pod::Simple.
109     * Added various tests to the t/ hierarchy.  Thanks to David Wheeler
110       for help on this.
111
112 0.95 - Mon Mar  3 09:35:00 CST 2002
113     * Rewrote to use Pod::Simple instead of Pod::Checker
114     * Deprecated the pod_ok function.
115     * Added pod_file_ok() to replace pod_ok().
116
117 0.90 - Tue Dec  3 18:59:39 CST 2002
118     * things seem to be going well, so this is not in beta :)
119     * cleanup up some formatting
120     * fixed the bad pod test which some Pod::Checker versions reported
121       extra errors
122
123 0.72 - Thu Nov 14 20:16:13 CST 2002
124     * cleaned up Makefile.PL and tests
125     * no code changes
126
127 0.71 - Mon Sep  9 10:58:22 CDT 2002
128     * added Test::Builder::Tester to PREREQ_PM
129
130 0.70 - Thu Sep  5 22:39:13 CDT 2002
131     * pod_ok shows POD errors and warnings if it fails
132     * you can give the test a name