Subject: | warnings from test |
Date: | Thu, 9 Jan 2014 15:42:48 +0000 |
To: | bug-Dancer [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
Test generates warning:
import_warnings has been deprecated, please use global_warnings instead. at /opt/perl-5.18.2/cpan/build/Dancer-1.3120-HO1NFc/blib/lib/Dancer/Config.pm line 62.
t/00_base/002_strict_and_warnings.t ............ ok
I'm not clear whether that test actually needs the deprecated
import_warnings. Presumably it should either use global_warnings instead
or muffle the deprecation warning.
-zefram