0.0.4 - Wed Aug 23 00:31:39 IDT 2006
- Eliminated circular references. (Hopefully)
- Still have an isa relationship between File::Find::Object and
File::Find::Object::internal, which is what handles each recursed to
directory.
- Created some accessor functions instead of direct hash accesses.
0.0.3 - Fri Jul 14 14:25:42 IDT 2006
- Fixed some language problems in the POD.
- Added the Changes file.
- Changed the license to GPL/Artistic/Artistic-2.0
- Placed the .pm files inside lib.
- Added the TreeCreate module under t/lib (with appropriate tests) to test
the main module.
- Made the default test order lexicographical, and predictable. In the
process, eliminated keeping the directory handles, and possibly the fact
that they are kept open.
- Fixed a bug where circular references prevented the module from being
destroyed.