Install DBIC-compatible ident renderer
[scpubgit/Q-Branch.git] / Makefile.PL
index 5e246bd..8dbc4a2 100644 (file)
@@ -38,7 +38,13 @@ my %META = (
       },
     },
     develop   => {
-      requires => {},
+      requires => {
+        'Test::Pod'           => '1.14',
+        'Test::Pod::Coverage' => '1.04',
+        'Pod::Coverage'       => '0.19',
+        'Test::EOL'           => '1.0',
+        'Test::NoTabs'        => '0.9',
+      },
     },
   },
   resources => {
@@ -55,7 +61,7 @@ my %META = (
     license => [ 'http://dev.perl.org/licenses/' ],
   },
   no_index => {
-    package => 'DBIx::Class::Storage::Debug::PrettyPrint',
+    package => [ 'DBIx::Class::Storage::Debug::PrettyPrint' ],
     directory => [ 't', 'xt', 'examples' ],
   },
 );