Subject: | Should not have test prereq on Moops |
Moops is a rather heavy prerequisite for a module this small. Adding to that, Moops requires perl 5.14, requires a C compiler, is marked unstable, and relies on Parse::Keyword, which doesn't install cleanly on new perl versions.
I'd recommend dropping Moops as a test prerequisite. If you want to keep testing this module's interactions with Moops, I'd make the test conditional on Moops being already installed. See Test::Needs if you want an easy way to do that.