Subject: | confusing prereqs |
Hi. An issue of Task::Dancer's Makefile.PL is reported in
Module::Install's queue. See https://rt.cpan.org/Ticket/Display.html?
id=54889
This patch would fix it. Hope this helps.
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,7 +15,7 @@ feature 'Template::Tiny templating support',
feature 'Tenjin templating support',
-default => 0,
- 'Dancer::Template::Tenjin' => 0,
+ 'Dancer::Template::Tenjin' => 0;
feature 'Text::HAML templating support',
-default => 0,