Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Feed-Pipe CPAN distribution.

Report information
The Basics
Id: 52449
Status: resolved
Priority: 0/
Queue: Feed-Pipe

People
Owner: VESELOSKY [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.001
Fixed in: 1.002



Subject: Undeclared dependencies
cpantesters have found plenty of modules that are being used in the test suite but not declared as prerequisites. Some of them will probably be indirect dependencies and maybe some tester had a broken system. I have only reproduced one, Path::Class. The full current list of "Can't locate..." messages in the cpantesters reports is: Can't locate DateTime.pm Can't locate DateTime/Format/HTTP.pm Can't locate Log/Any.pm Can't locate Log/Any/Adapter.pm Can't locate Log/Log4perl.pm Can't locate MRO/Compat.pm Can't locate Moose.pm Can't locate Params/Util.pm Can't locate Path/Class.pm You can find this list at http://pause:3000/solved?distv=Feed-Pipe-1.001 HTH && Regards,
There were two problems resulting in test failures. The first was that the package contained both a Build.PL and a Makefile.PL. Removed the Build.PL, which was out of date. The second was that some test files were requiring libraries not listed in prereqs (even though the code they were testing did not require them). This has been corrected by updating the prereqs and moving some tests to xt/. Testers are starting to report green. Marking this one resolved.