The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Forest

0.03 Sun. Aug. 10, 2008
    * Forest::Tree
      - fixing bug where children were not getting  
        the parent sorted correctly 
        - added several tests for this

0.02 Sat. July 12, 2008
    ~ converted from Module::Build to Module::Install

    -- removed Forest::Tree::Service::* this will be 
       moved to another distro soon.

    * Forest::Tree
      - added size and height attributes (groditi)

    * Forest::Tree::Writer
      Forest::Tree::Writer::SimpleASCII
      Forest::Tree::Writer::SimpleHTML
      - added node_formatter support 
        - added tests for this
        
    * Forest::Tree::Writer::ASCIIWithBranches
      - added this module for drawing ASCII trees 
        with nice little branches and such.
        - added tests for this        
        
    * Forest::Tree::Roles::CanCreateSubTree
      - refactored out some common functionality 
        into roles
    
    * Forest::Tree::Loader
      - added this generic role for loading of 
        trees.

    * Forest::Tree::Loader::SimpleUIDLoader
      - added this module as a way to load a tree
        from a simple ArrayOfHash tables 
        - added tests for this

    * Forest::Tree::Roles::LoadWithMetaData
      - simple role to work with loaders and add
        the metadata in as the tree is being created
        - added tests for this
    
    * Forest::Tree::Reader
      - this now also ->does(Forest::Tree::Loader)
        so that you can be more general about how 
        your stuff gets loaded.
        - added tests for this

0.01 Wed. Feb. 13, 2008
    - filling a need