On Mar 21, 2005, at 12:02 PM, Yitzchak Scott-Thoennes wrote:
I'm a client too. I don't use CPAN or CPANPLUS usually to build things,
I manually check for dependencies.
I dislike it when a module that has dependencies (even just for tests) doesn't mention them in Makefile, META.yml, or a README or INSTALL.
Ah, I see. Yeah, for people like you (and for general correctness of the META.yml) it would be nice to add it to the build_requires entry. Or really, since it's not *required*, it should be added to a build_recommends entry.
-Ken