Skip Menu |

This queue is for tickets about the CHI CPAN distribution.

Report information
The Basics
Id: 57091
Status: resolved
Priority: 0/
Queue: CHI

People
Owner: Nobody in particular
Requestors: preaction [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.34
Fixed in: (no value)



Subject: CHI Install fails: Missing deps Test::Builder, Test::Log::Dispatch
The install of CHI from cpan fails because the tests require Test::Builder and Test::Log::Dispatch. Installing both modules before installing CHI fixes this problem.
On Fri Apr 30 14:12:28 2010, preaction wrote: Show quoted text
> The install of CHI from cpan fails because the tests require > Test::Builder and > Test::Log::Dispatch. > > Installing both modules before installing CHI fixes this problem.
CHI 0.34 Makefile.PL includes these lines: build_requires 'Test::Log::Dispatch' => 0; build_requires 'Test::More' => 0; Test::More is part of Test-Simple, which also includes Test::Builder. I've tried installing CHI from a clean Perl distribution and didn't run into a problem with this. That said, do you have any idea why the install failed in your case? Thanks Jon
Closing, feel free to reopen or refile if you can provide details on how to reproduce. Thx.