Make META->{no_index}->{package} an array
Dagfinn Ilmari Mannsåker [Mon, 3 Apr 2017 16:58:45 +0000 (17:58 +0100)]
CPAN::Meta::Converter fixes it, but might as well make it right from
the beginning.

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' ],
   },
 );