1Revision history for Perl extension Tree-Simple-VisitorFactory.
2
30.10 Fri Nov. 25, 2005
4    - removing OS X resource fork files which are causeing 
5      the pod test to fail
6
70.09 Mon November 7, 2005
8    - fixing an error in the Tree::Simple::Visitor::LoadDirectoryTree test
9
100.08 Mon July 18, 2005
11    - small bug fix in Tree::Simple::Visitor::VariableDepthClone visitor
12    - small bug fix with Tree::Simple::Visitor::FindByPath visitor
13
140.07 Mon July 18, 2005
15    - forgot to implement the node filter in the 
16      Tree::Simple::Visitor::VariableDepthClone visitor
17        - added this code and tested it
18
190.06 Wed July 13, 2005
20    - added Tree::Simple::Visitor::VariableDepthClone
21        - added tests and docs for this
22        - bumped up the Tree::Simple version requirement to 
23          support this new Visitor
24
250.05 Thurs Nov 18 2004
26    - now using Scalar::Util::blessed() instead of 
27      the convoluted UNIVERSAL::isa() stuff. 
28      - added Scalar::Util as a dependency
29
300.04 Wed Oct 27 2004
31    - fixed broken test (70_Tree_Simple_Visitor_LoadDirectoryTree_test.t)
32      it made assumptions about directory ordering across OSes which was 
33      not correct.
34    - added Tree::Simple::Visitor::FindByNodeValue
35        - added tests for this
36        - added docs for this
37
380.03 Tues Oct 12 2004
39	- fixed documentation in Tree::Simple::Visitor::Sort
40    - added Tree::Simple::Visitor::LoadClassHierarchy
41        - added tests for this
42        - added docs for this
43    - changed behavior in Tree::Simple::FromNestedHash
44      so that it sorts the hash keys before they are put
45      into the tree
46
470.02 Wed Sept 29 2004
48    - changed all Visitors to use 'base' for
49      inheritance, it just cuts down on the 
50      line noise.
51    - improved the documentation in 
52      Tree::Simple::VisitorFactory to include
53      a categorized list of available visitors
54    - added Tree::Simple::Visitor::LoadDirectoryTree Visitor
55        - added tests for this
56    - added Tree::Simple::Visitor::CreateDirectoryTree Visitor
57        - added tests for this
58    - added Tree::Simple::Visitor::FindByUID Visitor
59        - added tests for this 
60        - thanks to Vitor Mori for the idea for this Visitor       
61    - added Tree::Simple::Visitor::PreOrderTraversal Visitor
62        - added tests for this   
63    - added Tree::Simple::Visitor::Sort Visitor
64        - added tests for this 
65        - thanks to Vitor Mori for most of the code and 
66          the idea for this Visitor     
67    - added Tree::Simple::FromNestedArray, Tree::Simple::FromNestedHash
68      and their compliments Tree::Simple::ToNestedArray and
69      Tree::Simple::ToNestedHash
70        - added tests for these
71    - added the pod.t and pod_coverage.t tests
72
730.01 Wed Jun 23 09:24:07 2004
74    - module created
75
76