rename DBIC::Storage::PP and get ready to re-release
[dbsrgits/SQL-Abstract.git] / Makefile.PL
index ee502d9..8c796f4 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.79;
+use inc::Module::Install 1.0;
 use strict;
 use warnings;
 
@@ -12,12 +12,16 @@ all_from 'lib/SQL/Abstract.pm';
 
 requires 'List::Util'   => 0;
 requires 'Scalar::Util' => 0;
+requires 'Class::Accessor::Grouped' => 0.09005;
 
-test_requires "Test::More"      => 0;
+test_requires "Test::More"      => 0.92;
 test_requires "Test::Exception" => 0;
 test_requires "Test::Warn"      => 0;
 test_requires "Storable"        => 0;   # for cloning in tests
 
+no_index package => 'DBIx::Class::Storage::Debug::PrettyPrint';
+no_index directory => 'examples';
+
 tests_recursive 't';
 
 WriteAll();