v0.0.10 2015-01-07 - Convert from JSON.pm to JSON::MaybeXS which is more recommended. v0.0.9 2014-01-29 - Minimum version of perl is 5.12.x (for CPANTS Kwalitee). - Add a standalone LICENSE file (for CPANTS Kwalitee). - Change from "use base" to "use parent". v0.0.8 2013-05-21 - Convert the Changes (this file) to t/cpan-changes.t. - Get rid of Makefile.PL. - Move to scripts/bump-version-number.pl - Update the repository URL. - Get rid of trailing space - t/style-trailing-space.t . v0.0.7 2010-06-30 - Hopefully fixed the tests (and functionality) on Windows by using getpwent only on Unix systems. - Thanks to Devel-CheckOS. v0.0.6 2009-06-28 - Added resources and keywords to the META.yml. v0.0.5 2008-11-13 - Fixed dumper.t to resolve this test problem: - http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2597312.html - the GID was setgid'ed or something. v0.0.4 2008-11-10 - In 'build_requires' - changed IO::Scalar (which we're not using in the tests) to IO::String (which we do). - added the --help flag and the man page to dir-dump. - added some links to "SEE ALSO". v0.0.3 2008-11-06 - Added more dependencies to the Build.PL, including the up-to-date version of Getopt::Long, with GetOptionsFromArray. v0.0.2 2008-11-03 - Fixed the ::App module - it didn't "use" JSON::Writer. - Added a test script for the ::App module. v0.0.1 2008-11-03 - First version - doesn't handle symbolic links. - documentation: - dir-dump -o to-file.txt $dir_to_dump