Make META->{no_index}->{package} an array
[dbsrgits/SQL-Abstract.git] / Makefile.PL
index 0a54504..8dbc4a2 100644 (file)
@@ -61,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' ],
   },
 );