#
# $Id: ChangeLog 159 2004-12-31 02:57:11Z james $
#
2004-01-28 v0.10
- Initial release to CPAN
2004-12-27 v0.11
- Fix $VERSION to be interpreted as a string.
- make t/baz/foo.t a usable do-nothing test script - it seems
that some versions of EU::MM recurse into the t directory,
trying to find all.t files. Should fix the problem in
cpantesters failure report #170736.
- re-steal^H^H^H^H^Hborrow all_pod_files() from a newer version
of Test::Pod in an attempt to make it more robust and fix the
problem reported in cpantesters failure reports #170633 and
#120973.
- Switch from Test::Builder::Tester to Test::Tester, which has
a less arcane syntax and isn't as bothered about newline
differences.
2004-12-30 v0.12
- require v0.09 of Test::Tester. Should fix the blow-up
reported in cpantesters report #176356.
#
# EOF