initial checkin
[gitmo/MooseX-AutoDoc.git] / t / lib / AutoDocTest7.pm
CommitLineData
3890b670 1package AutoDocTest7;
2
3use Moose;
4use AutoDocTestTypes qw( TestType );
5
6has typed_attr => (isa => TestType);
7
81;