On Fri Oct 16 02:08:38 2015, SREZIC wrote:
Show quoted text
This has always bugged me, but I've never known how to fix it.
The issue is that the module requires at least one or more of the following templating kits:
* Catalyst::View::TT
* Catalyst::View::Mason
* Catalyst::View::HTML::Template
But I couldn't figure out how to express "any one of these will meet PREREQ" in ExtUtils::MakeMaker, and I didn't want to just arbitrarily require one of them. Though, that was 2007, and now everyone probably just wants TT. :)
I'm guessing the best way to handle it would be to add Catalyst::View::TT to TEST_REQUIRES so that people who don't want it in their kit won't be offended, but my tests can pass.
The problem actually originates from the parent module (Catalyst::Controller::FormBuilder), and it just doesn't come up in their tests as they don't poke at anything that requires a templating engine.