[Module]
Name=Tree::Simple::VisitorFactory:
Changelog.Creator=Module::Metadata::Changes V 2.12
Changelog.Parser=Config::IniFiles V 3.000003

[V 0.16]
Date=2021-02-02T13:00:00
Comments= <<EOT
- Add t/00.*.
- Update Makefile.PL and POD to change RT to github.
0.15 2016-05-04T08;15:00
- Correct physical address of Free Software Foundation in LICENSE file. See RT#114149.
Thanx to Petr Pisar.
EOT

[V 0.14]
Date=2016-04-27T17:35:00
Comments= <<EOT
- No code changes.
- Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.
EOT

[V 0.13]
Date=2016-04-25T09:26:00
Comments= <<EOT
- No code changes.
- Delete Build.PL.
- Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
and LICENSE. See RT#113949. Thanx Kent Fredric.
- Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
See RT#113948. Thanx Kent Fredric.
- Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
http://www.perlfoundation.org/cpan_licensing_guidelines.
EOT

[V 0.12]
Date=2013-11-01T09:23:00
Comments= <<EOT
- Update pre-reqs.
- Many, many doc typo fixes via github from dsteinbrunner.
- Add repos to Build.PL and Makefile.PL.
EOT

[V 0.11]
Date=2013-09-23T11:07:00
Comments= <<EOT
- 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.*.
EOT

[V 0.10]
Date=2005-11-25T12:00:00
Comments= <<EOT
- removing OS X resource fork files which are causeing
the pod test to fail
EOT

[V 0.09]
Date=2005-11-07T12:00:00
Comments=- fixing an error in the Tree::Simple::Visitor::LoadDirectoryTree test

[V 0.08]
Date=2005-07-18T12:00:00
Comments= <<EOT
- small bug fix in Tree::Simple::Visitor::VariableDepthClone visitor
- small bug fix with Tree::Simple::Visitor::FindByPath visitor
EOT

[V 0.07]
Date=2005-07-18T12:00:00
Comments= <<EOT
- forgot to implement the node filter in the
Tree::Simple::Visitor::VariableDepthClone visitor
- added this code and tested it
EOT

[V 0.06]
Date=2005-07-13T12:00:00
Comments= <<EOT
- added Tree::Simple::Visitor::VariableDepthClone
- added tests and docs for this
- bumped up the Tree::Simple version requirement to
support this new Visitor
EOT

[V 0.05]
Date=2004-11-18T12:00:00
Comments= <<EOT
- now using Scalar::Util::blessed() instead of
the convoluted UNIVERSAL::isa() stuff.
- added Scalar::Util as a dependency
EOT

[V 0.04]
Date=2004-10-27T12:00:00
Comments= <<EOT
- 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
EOT

[V 0.03]
Date=2004-10-12T12:00:00
Comments= <<EOT
- 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
EOT

[V 0.02]
Date=2004-09-29T12:00:00
Comments= <<EOT
- 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
EOT

[V 0.01]
Date=2004-06-23T09:24:07
Comments=- module created