diff -rup Dancer-1.3128-tTpOrt-orig/t/00_base/002_strict_and_warnings.t Dancer-1.3128-tTpOrt/t/00_base/002_strict_and_warnings.t
--- Dancer-1.3128-tTpOrt-orig/t/00_base/002_strict_and_warnings.t 2014-09-09 04:45:20.000000000 -0700
+++ Dancer-1.3128-tTpOrt/t/00_base/002_strict_and_warnings.t 2014-09-22 13:37:11.000000000 -0700
@@ -7,7 +7,7 @@ use Test::More tests => 10, import => ['
# strict
eval '$foo = 5;';
::ok($@, 'got an error because strict is on');
- ::like($@, qr/Global symbol \"\$foo\" requires explicit package name at/,
+ ::like($@, qr/Global symbol \"\$foo\" requires explicit package name/,
'got the right error');
# checking warnings are on by default