Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Credential-HTTP CPAN distribution.

Report information
The Basics
Id: 54029
Status: resolved
Priority: 0/
Queue: Catalyst-Authentication-Credential-HTTP

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

Bug Information
Severity: Unimportant
Broken in: 1.011
Fixed in: (no value)



Subject: Wrong dependency types
Hi Thomas, the dependencies to Test::Exception and Test::MockObject aren't runtime dependencies (requires) but test dependencies (build_requires). Maybe - when you fix RT #47098 - you can change this one, too? Jens
I don't see why this is an issue - surely the entire point of build_requires and test_requires is to do that? I'm going to close this, but please feel free to re-open with an explanation of what I'm missing here.. Cheers t0m
On Sat May 08 16:59:10 2010, BOBTFISH wrote: Show quoted text
> I don't see why this is an issue - surely the entire point of > build_requires and test_requires is to do that?
Sure - and that's why both dependencies should be moved from requires => test_requires. The issue is, that both are listed as runtime requirements. Show quoted text
> I'm going to close this, but please feel free to re-open with an > explanation of what I'm missing here..
I thought I explained it - sorry when I'm impolite and re-open without a better explanation. Best regards, Jens
Thanks for re-opening. I was obviously insane when I looked at this first time round and you were entirely clear what the issue was. Sorry about that. I've committed the change as r13355.