Subject: | Dancer::Request->new($env) has been deprecated since version 1.3059 |
The tests are failing since Dancer has reached 1.3079_03. The
diagnostics emitted by the failing test are:
t/00_compile.t ............ ok
Calling Dancer::Request->new($env) has been deprecated since version
1.3059. Please use Dancer::Request->new( env => $env ) instead at
/home/src/perl/repoperls/installed-perls/perl/v5.15.3-16-gca420de/a2da/lib/site_perl/5.15.3/Dancer/Request.pm
line 39
# Failed test 'server responded'
# at t/01_basic.t line 21.
# Failed test 'log message send'
# at t/01_basic.t line 22.
# 'Internal Server Error'
# doesn't match '(?^:this is a warning)'
# Looks like you failed 2 tests of 2.
t/01_basic.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Sample fail report:
http://www.cpantesters.org/cpan/report/16110591
HTH, Thanks && Regards,