PerlDancer / dancer2-plugin-deferred

Defer messages or data across redirections

Home Page:https://metacpan.org/release/Dancer2-Plugin-Deferred

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests fails on installation with Dancer2 0.10

jazz-jack opened this issue · comments

t/deferred.t and t/keep.t contain use Dancer2 ':syntax'; which cause tests to fail:

t/00-report-prereqs.t .. ok
t/deferred.t ........... parameters to 'use Dancer2' should be one of : 'key => value', ':script', or !, where is a DSL key word you don't want to import at C:/Programs/Dwimperl/perl/site/lib/Dancer2.pm line 52, line 998.
BEGIN failed--compilation aborted at t/deferred.t line 7, line 998.
t/deferred.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/keep.t ............... parameters to 'use Dancer2' should be one of : 'key => value', ':script', or !, where is a DSL key word you don't want to import at C:/Programs/Dwimperl/perl/site/lib/Dancer2.pm line 52, line 998.
BEGIN failed--compilation aborted at t/keep.t line 7, line 998.
t/keep.t ............... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run

This should work now. Changes are made and this issue is fixed.