The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.19 - 2017-04-14

  • Implement the new Boolean parameter to new, 'html5', to support HTML5 style nested-lists. See https://www.w3.org/wiki/HTML_lists#Nesting_lists. See t/24_Tree_Simple_View_HTML5_test.t for sample code.
  • This version depends on Tree::Simple V 1.31, and in particular the new methods in that version: getSiblingCount(), isFirstChild() and isLastChild().
  • Add repository section to the pod of Tree::Simple::View.
  • Move t/manifest.t, t/pod_coverage.t and t/pod.t to xt/author.
  • Add Changelog.ini.
  • Add .gitignore, LICENSE.
  • Modernize MANIFEST.SKIP.
  • Switch from 'use base' to 'use parent'.
  • Add various modules to the pre-reqs in Makefile.PL.
  • Update SEE ALSO in pod.
  • Standardize dates in this file.
  • Add t/24_Tree_Simple_View_HTML5_test.t to test RT#121099.
  • Replace most double-quotes with single-quotes to reduce visual clutter.

Modules

A set of classes for viewing Tree::Simple hierarchies
A class for viewing Tree::Simple hierarchies in ASCII
A class for viewing Tree::Simple hierarchies in DHTML
A set of exceptions for Tree::Simple::View
A class for viewing Tree::Simple hierarchies in HTML