Skip Menu |

This queue is for tickets about the Text-Diff-FormattedHTML CPAN distribution.

Report information
The Basics
Id: 108190
Status: open
Priority: 0/
Queue: Text-Diff-FormattedHTML

People
Owner: Nobody in particular
Requestors: nine [...] detonation.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.07



Subject: Missing dependency on Test::Base
Trying to cpan Text::Diff::FormattedHTML on a fresh system fails because almost all tests fail with "Can't locate Test/Base.pm". It works after installing Test::Base manually. Seems like there's a missing dependency in the module's meta data.
On Fri Oct 30 07:43:09 2015, NINE wrote: Show quoted text
> Trying to cpan Text::Diff::FormattedHTML on a fresh system fails > because almost all tests fail with "Can't locate Test/Base.pm". It > works after installing Test::Base manually. Seems like there's a > missing dependency in the module's meta data.
Hello In my code I just use Test::More. Even Test::More doesn't use Test::Base. In a fresh debian VMachine, cpan Text::Diff::FormattedHTML and it installed all at once. ah, and checking the installed modules, the install process installed correctly Test::Base (but no idea who uses it). Nevertheless, this is not this module problem, but some dependency that failed to install by some weird reason. Unless you give some more details on this, I will close the ticket. Best ambs