Moosex::Documenter
Today we will go through what it is and what can be done with it.
We will use a perl parser and class introspection class to automatically get information in Moose object classes in a directory to automatically output webpages of documentation on them and graphical UML diagrams of the overall structure.
---
Simple Usage
use MooseX::Documenter;
my $doc = MooseX::Documenter->new('/path/to/Moose/classes/','module::name::of::class');
$doc->setmooselib('/path/to/lib/where/Moose/Object/is/');
my $local_attributes = $doc->local_attributes;