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

Changes for version 0.09 - 2014-09-10

  • Created a plugin architecture which allows for easy customization of output.
  • Moved flatten() into ::Plugin::To::Test
  • Moved exemplify() into ::Plugin::To::Pod
  • Moved htmlify() into ::Plugin::To::Html
  • Removed parse(). Now parsing takes place at object creation.
  • Changed to Moose, thanks to MooseX::Object::Pluggable