* MooseX::Getopt::Parser::*: fix regression: support attributes without type.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Parser.pm
CommitLineData
550da402 1
2package MooseX::Getopt::Parser;
3
4use Moose::Role;
c6c1f628 5requires 'build_options';
550da402 6
71;