9913b858794373f59a69cb6bf60516cee3e9a944
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 21_meta_noindex.pl
1 print "Appending to the no_index META list\n";
2
3 # Deprecated/internal modules need no exposure when building the meta
4 no_index directory => $_ for (qw|
5   lib/DBIx/Class/Admin
6   lib/DBIx/Class/PK/Auto
7   lib/DBIx/Class/CDBICompat
8 |);
9 no_index package => $_ for (qw/
10   DBIx::Class::Storage::DBIHacks
11   DBIx::Class::Carp
12   DBIx::Class::ResultSet::Pager
13 /);
14
15 # keep the Makefile.PL eval happy
16 1;