add examples and DBIC::Storage::PrettyPrinter
[scpubgit/Q-Branch.git] / Makefile.PL
index b126ac0..6d14747 100644 (file)
@@ -13,11 +13,14 @@ all_from 'lib/SQL/Abstract.pm';
 requires 'List::Util'   => 0;
 requires 'Scalar::Util' => 0;
 
-test_requires "Test::More"      => 0;
+test_requires "Test::More"      => 0.96;
 test_requires "Test::Exception" => 0;
 test_requires "Test::Warn"      => 0;
 test_requires "Storable"        => 0;   # for cloning in tests
 
+no_index package => 'DBIx::Class::Storage::PrettyPrinter';
+no_index directory => 'examples';
+
 tests_recursive 't';
 
 WriteAll();