Fix the API for set_value; even though we don't need the instance we still have to...
[gitmo/MooseX-ClassAttribute.git] / t / 01-basic.t
CommitLineData
0f24a39d 1use strict;
2use warnings;
3
4use lib 't/lib';
5
6use SharedTests;
7
8SharedTests::run_tests();