Revision history for Perl extension Tree::Simple::VisitorFactory:
0.12 Fri Nov 1 09:23:00 2013
- Update pre-reqs.
- Many, many doc typo fixes via github from dsteinbrunner.
- Add repos to Build.PL and Makefile.PL.
0.11 Mon Sep 23 11:07:00 2013
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Add Build.PL.
- Clean up Makefile.PL.
- RT#40504: Add META.*.
0.10 Fri Nov 25 12:00:00 2005
- removing OS X resource fork files which are causeing
the pod test to fail
0.09 Mon Nov 7 12:00:00 2005
- fixing an error in the Tree::Simple::Visitor::LoadDirectoryTree test
0.08 Mon Jul 18 12:00:00 2005
- small bug fix in Tree::Simple::Visitor::VariableDepthClone visitor
- small bug fix with Tree::Simple::Visitor::FindByPath visitor
0.07 Mon Jul 18 12:00:00 2005
- forgot to implement the node filter in the
Tree::Simple::Visitor::VariableDepthClone visitor
- added this code and tested it
0.06 Wed Jul 13 12:00:00 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 Thu Nov 18 12:00:00 2004
- now using Scalar::Util::blessed() instead of
the convoluted UNIVERSAL::isa() stuff.
- added Scalar::Util as a dependency
0.04 Wed Oct 27 12:00:00 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 Tue Oct 12 12:00:00 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 Sep 29 12:00:00 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