Fix syntax error in example
[dbsrgits/SQL-Abstract.git] / Makefile.PL
index 0a54504..f4ef332 100644 (file)
@@ -17,11 +17,11 @@ my %META = (
     },
     test => {
       requires => {
-        "Test::More"      => '0.88',
-        "Test::Exception" => '0.31',
-        "Test::Warn"      => '0',
-        "Test::Deep"      => '0.101',
-        "Storable"        => '0', # for cloning in tests
+        'Test::More'      => '0.88',
+        'Test::Exception' => '0.31',
+        'Test::Warn'      => '0',
+        'Storable'        => '0', # for cloning in tests
+        'Data::Dumper::Concise' => '0',
       },
     },
     runtime => {
@@ -35,6 +35,9 @@ my %META = (
         'Hash::Merge'    => '0.12',
         'Text::Balanced' => '2.00',
         'perl'           => '5.006',
+        # Used by SQL::Abstract::Test
+        'Test::Deep'            => '0.101',
+        'Test::Builder::Module' => '0.84',
       },
     },
     develop   => {
@@ -61,7 +64,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' ],
   },
 );