Use Test::Differences to check lack of file rewrite
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
index a2f0f10..f6e85f7 100644 (file)
@@ -35,6 +35,7 @@ test_requires 'DBD::SQLite'     => '1.29';
 test_requires 'Test::Exception' => '0.31';
 test_requires 'Test::More'      => '0.94';
 test_requires 'Test::Warn'      => '0.21';
+test_requires 'Test::Differences' => '0.60';
 
 requires 'Carp::Clan'                  => 0;
 requires 'Class::Accessor::Grouped'    => '0.10008';