Fix join type override in MySQL test
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 21_meta_noindex.pl
CommitLineData
fc4b0448 1print "Appending to the no_index META list\n";
2
3# Deprecated/internal modules need no exposure when building the meta
4no_index directory => $_ for (qw|
5 lib/DBIx/Class/Admin
6 lib/DBIx/Class/PK/Auto
7 lib/DBIx/Class/CDBICompat
f3fda458 8 lib/DBIx/Class/Bundled
9be608ca 9 maint
fc4b0448 10|);
11no_index package => $_ for (qw/
12 DBIx::Class::Storage::DBIHacks
078ef6b8 13 DBIx::Class::Storage::BlockRunner
fc4b0448 14 DBIx::Class::Carp
b1dbf716 15 DBIx::Class::_Util
fc4b0448 16 DBIx::Class::ResultSet::Pager
17/);
18
19# keep the Makefile.PL eval happy
201;