Preventing PAUSE from indexing a module?

2006-10-09 Thread Joshua ben Jore
The Carp::Clan module uses the DB package temporarily and the PAUSE indexer seems to think I'm attempting to publish something in the DB namespace. I added a no_index entry to my META.yml but that doesn't appear to be stopping PAUSE. Is this documented somewhere? I looked in ExtUtils::MakeMaker

Re: Preventing PAUSE from indexing a module?

2006-10-09 Thread Jonathan Rockway
no_index: DB: 1 WTH am I doing wrong? It looks like Module::Install does this: no_index: directory: - t - t/lib - foo/bar i.e.: YAML::Dump({no_index = {directory = [qw|t t/lib foo/bar|]}}) Regards, Jonathan Rockway -- package JAPH;use Catalyst