<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 =&gt; 10, import =&gt; ['
     # 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
</pre></body></html>