1use inc::Module::Install;
2
3all_from 'lib/Test/Able.pm';
4
5requires 'Moose' => '0.94';
6
7recursive_author_tests( 'xt' );
8
9WriteAll;
10