X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fundef-params.t;h=24b23cc6025660769e0bc3dbe358c1d1e37cf899;hp=adb09343f3c8733fbc66a2ad1fd7bd7f9bd6b1c8;hb=6c217fb3c36a6e0ac4ef82b839ee3d5ed924e2e5;hpb=2f613fb5e363d26e437f09489c64d2815df17fed diff --git a/t/undef-params.t b/t/undef-params.t index adb0934..24b23cc 100644 --- a/t/undef-params.t +++ b/t/undef-params.t @@ -33,7 +33,7 @@ use Plack::Test; $SIG{__WARN__} = sub { my $error = shift; - Test::More::like($error, qr[You called ->params with an undefined value at t.undef-params.t]) + Test::More::like($error, qr[You called ->params with an undefined value]) unless MyApp->debug; };