Subject: | t::lib::Functions listed as a prereq |
Installing via `cpan` spews a big warning about t::lib::Functions.
I don't believe it needs to be listed as a prereq since it is included
in your dist (and doesn't get indexed).
Using Dist::Zilla you could remove it by adding
[RemovePrereqs]
t::lib::Functions
or
[MetaNoIndex]
directory = t
to your dist.ini
I believe either one would do the trick.