rename DBIC::Storage::PP and get ready to re-release
[dbsrgits/SQL-Abstract.git] / Makefile.PL
index 0e6aec4..8c796f4 100644 (file)
@@ -19,7 +19,7 @@ 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 package => 'DBIx::Class::Storage::Debug::PrettyPrint';
 no_index directory => 'examples';
 
 tests_recursive 't';