Debian lenny version packages
[pkg-perl] / deb-src / libtest-pod-coverage-perl / libtest-pod-coverage-perl-1.08 / Changes
1 Revision history for Test::Pod::Coverage
2
3 1.08    Wed Jan 25 21:59:49 CST 2006
4         [FIXES]
5         * File and directory names may now contain periods and hyphens.
6         * Now exports all_modules().
7
8 1.07_01 Wed Dec 28 23:10:31 CST 2005
9         [ENHANCEMENTS]
10         * Can now use an alternate class that implements the Pod::Coverage
11           interface.  This is mostly useful for avoiding the necessity to
12           redocument or itemize overriden methods in a subclass by using
13           Pod::Coverage::CountParents.  Thanks to Ricardo Signes.
14
15 1.06    Tue Jun 22 16:51:42 CDT 2004
16         [ENHANCEMENTS]
17         * Looks in blib/ if there is one, otherwise looks in lib/
18         * Doesn't report "no public symbols" unless verbose mode is on.
19         * Thanks to David Wheeler and Shawn Sorichetti for nudging.
20           This behavior will be in Test::Pod soon, too.
21
22 1.04    Sat May  1 00:06:14 CDT 2004
23         [FIXES]
24         * Now it runs taint-safe.  I was not untainting the filename.
25
26 1.02    Fri Apr 30 23:27:23 CDT 2004
27         [FIXES]
28         * Fixed a warning in all_modules() under 5.8.3
29
30 1.00    Wed Apr 28 23:50:19 CDT 2004
31         [ENHANCEMENTS]
32         * Now runs taint-safe.
33         * No longer uses File::Find.
34
35 0.08    Fri Feb 13 23:13:21 CST 2004
36         [ENHANCEMENTS]
37         * Added all_pod_coverage_ok(), and all_modules() for support.
38
39 0.06    Jan 27 2004
40         [ENHANCEMENTS]
41         * Files with all pod and no symbols is no longer an error.
42         * Enhanced some of the error messages.
43
44 0.04    Sun Jan 18 21:51:59 CST 2004
45         [ENHANCEMENTS]
46         * Now lists the naked subroutines in the error message.
47
48
49 0.03    Sat Jan 17 11:14:56 CST 2004
50         [ENHANCEMENTS]
51         * Now says what module has a problem if it can't find any
52           POD.  Thanks, Barbie.
53
54         [INTERNALS]
55         * Added a couple more tests to bring my test coverage up
56           to 100%, according to Devel::Cover.  Whoo!
57
58 0.02
59         First version with the new reasonable API on pod_coverage_ok().
60         If you got in on 0.01, switch now.