Now warns instead of dying when accessor name matches existing method name
[dbsrgits/DBIx-Class-Schema-ResultSetAccessors.git] / Makefile.PL
index f119ae6..f475309 100644 (file)
@@ -11,7 +11,7 @@ requires 'Lingua::EN::Inflect::Phrase' => 0;
 requires 'Sub::Name' => 0;
 
 test_requires 'Test::More' => '0.94';
-test_requires 'Test::Exception';
+test_requires 'Test::Warn';
 
 if ($Module::Install::AUTHOR) {
     system("pod2text lib/DBIx/Class/Schema/ResultSetAccessors.pm > README");