Skip Menu |

This queue is for tickets about the Task-Dancer CPAN distribution.

Report information
The Basics
Id: 54899
Status: resolved
Priority: 0/
Queue: Task-Dancer

People
Owner: Nobody in particular
Requestors: ishigaki [...] cpan.org
Cc:
AdminCc:

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



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,
Fixed in version 0.08, currently being uploaded to CPAN. Thank you! :)