1 use inc::Module::Install 1.01;
3 name 'DBIx-Class-Schema-ResultSetAccessors';
5 all_from 'lib/DBIx/Class/Schema/ResultSetAccessors.pm';
7 requires 'DBIx::Class' => 0;
9 test_requires 'Test::More' => '0.94';
10 test_requires 'Test::Exception';
12 if ($Module::Install::AUTHOR) {
13 system("pod2text lib/DBIx/Class/Schema/ResultSetAccessors.pm > README");
16 realclean_files 'README';
20 resources repository =>
21 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-Schema-ResultSetAccessors.git';