Revision history for Perl extension Tree-Simple-VisitorFactory.
0.03 Tues Oct 12 2004
- fixed documentation in Tree::Simple::Visitor::Sort
- added Tree::Simple::Visitor::LoadClassHierarchy
- added tests for this
- added docs for this
- changed behavior in Tree::Simple::FromNestedHash
so that it sorts the hash keys before they are put
into the tree
0.02 Wed Sept 29 2004
- changed all Visitors to use 'base' for
inheritance, it just cuts down on the
line noise.
- improved the documentation in
Tree::Simple::VisitorFactory to include
a categorized list of available visitors
- added Tree::Simple::Visitor::LoadDirectoryTree Visitor
- added tests for this
- added Tree::Simple::Visitor::CreateDirectoryTree Visitor
- added tests for this
- added Tree::Simple::Visitor::FindByUID Visitor
- added tests for this
- thanks to Vitor Mori for the idea for this Visitor
- added Tree::Simple::Visitor::PreOrderTraversal Visitor
- added tests for this
- added Tree::Simple::Visitor::Sort Visitor
- added tests for this
- thanks to Vitor Mori for most of the code and
the idea for this Visitor
- added Tree::Simple::FromNestedArray, Tree::Simple::FromNestedHash
and their compliments Tree::Simple::ToNestedArray and
Tree::Simple::ToNestedHash
- added tests for these
- added the pod.t and pod_coverage.t tests
0.01 Wed Jun 23 09:24:07 2004
- module created