Skip Menu |

This queue is for tickets about the Catalyst-Plugin-StatusMessage CPAN distribution.

Report information
The Basics
Id: 70735
Status: open
Priority: 0/
Queue: Catalyst-Plugin-StatusMessage

People
Owner: Nobody in particular
Requestors: nick.cpan [...] xlmt.com
Cc:
AdminCc:

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



Subject: Dependency MooseX::Role::Parameterized not listed
This module depends on MooseX::Role::Parameterized, which is not listed in Makefile.PL Makefile.PL should include this dependency within PREREQ_PM. I believe there are also build dependencies on Test::More and Test::Pod::Coverage, which should be included within BUILD_REQUIRES.
And the Test::More requirement should be >= 0.88, because you're using newer features like done_testing and new_ok. Cheers, Gavin