NAME

MouseX::Getopt::Dashes - convert underscores in attribute names to dashes

SYNOPSIS

package My::App;
use Mouse;
with 'MouseX::Getopt::Dashes';

# use as MouseX::Getopt

DESCRIPTION

This is a version of MouseX::Getopt which converts underscores in attribute names to dashes when generating command line flags.

METHODS

meta

SEE ALSO

MouseX::Getopt