Test and fix for obscure where-cond modification
[scpubgit/Q-Branch.git] / Makefile.PL
index f24b6d8..801726e 100644 (file)
@@ -6,7 +6,7 @@ use 5.006001;
 
 perl_version '5.006001';
 name 'SQL-Abstract';
-author 'Matt Trout <mst@shadowcat.co.uk>, but see the POD';
+author 'Nathan Wiger <nate@wiger.org>';
 
 all_from 'lib/SQL/Abstract.pm';
 
@@ -18,6 +18,7 @@ test_requires "Test::Deep"      => 0;
 test_requires "Test::More"      => 0;
 test_requires "Test::Exception" => 0;
 test_requires "Test::Warn"      => 0;
+test_requires "Clone"           => 0.31;
 
 tests_recursive 't';