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

NAME

mexi - An interactive web-based Dancer-powered inspection tool for Moose-based code.

VERSION

version 0.07

SYNOPSIS

# cd into a directory that has a Moose-based distribution
mexi

# can give a specific port with '--port xxxx' -- default is 3000

# browse to http://localhost:3000 and check out your code

DESCRIPTION

Ever had the problem of needing to get up to speed on a large Moose-based hunk of code? Feel like you're lost in a twisty little maze of attributes, methods, roles, and classes? Worried about grues? Maybe mexi can help.

AUTHOR

John SJ Anderson <john@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by John SJ Anderson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.