Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer CPAN distribution.

Report information
The Basics
Id: 99067
Status: resolved
Priority: 0/
Queue: Dancer

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Fix for 5.21.4
Subject: open_3c7r5MuV.txt
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
The github issue is closed. This one can be closed, too.