1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Revision history for Perl extension Tree-Simple-VisitorFactory.
0.10 Fri Nov. 25, 2005
- removing OS X resource fork files which are causeing
the pod test to fail
0.09 Mon November 7, 2005
- fixing an error in the Tree::Simple::Visitor::LoadDirectoryTree test
0.08 Mon July 18, 2005
- small bug fix in Tree::Simple::Visitor::VariableDepthClone visitor
- small bug fix with Tree::Simple::Visitor::FindByPath visitor
0.07 Mon July 18, 2005
- forgot to implement the node filter in the
Tree::Simple::Visitor::VariableDepthClone visitor
- added this code and tested it
0.06 Wed July 13, 2005
- added Tree::Simple::Visitor::VariableDepthClone
- added tests and docs for this
- bumped up the Tree::Simple version requirement to
support this new Visitor
0.05 Thurs Nov 18 2004
- now using Scalar::Util::blessed() instead of
the convoluted UNIVERSAL::isa() stuff.
- added Scalar::Util as a dependency
0.04 Wed Oct 27 2004
- fixed broken test (70_Tree_Simple_Visitor_LoadDirectoryTree_test.t)
it made assumptions about directory ordering across OSes which was
not correct.
- added Tree::Simple::Visitor::FindByNodeValue
- added tests for this
- added docs for this
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
|