Skip Menu |

This queue is for tickets about the Catalyst-Action-RenderView CPAN distribution.

Report information
The Basics
Id: 48537
Status: resolved
Priority: 0/
Queue: Catalyst-Action-RenderView

People
Owner: bobtfish [...] bobtfish.net
Requestors:
Cc:
AdminCc:

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



Catalyst-Action-RenderView should include Test::More as a test_requires, rather than just a requires. While Test::More is indeed a core module, some distributions (e.g. Fedora) split core modules out into distinct sub-packages... Adding Test::More as a test_requires will make it easier for automated packaging / build tools to correctly package (and update!) this module, as well as not install more than what is actually required at runtime. Thanks! :)
Fixed in r13229, thanks!