# $Id: Changes,v 1.25 2004/04/29 04:39:06 andy Exp $
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