X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdescription.t;h=269b5304154e536b659cb340a07118137ef80956;hb=00e107ebb4f8360bf7a57743fbce8ff8d951d9b3;hp=15a2ce1a5fd9682a61aa222323660daa97264e32;hpb=0de2a1d9871b2c7583379c34597057603336fdd2;p=gitmo%2FEval-Closure.git diff --git a/t/description.t b/t/description.t index 15a2ce1..269b530 100644 --- a/t/description.t +++ b/t/description.t @@ -19,7 +19,7 @@ SOURCE like( exception { $code->() }, - qr/^foo at \(eval \d+\) line \d+\n/, + qr/^foo at \(eval \d+\) line \d+/, "no location info if context isn't passed" ); } @@ -32,7 +32,7 @@ SOURCE like( exception { $code->() }, - qr/^foo at accessor foo \(defined at Class\.pm line 282\) line 2\n/, + qr/^foo at accessor foo \(defined at Class\.pm line 282\) line 2/, "description is set" ); } @@ -46,7 +46,7 @@ SOURCE like( exception { $code->() }, - qr/^foo at accessor foo \(defined at Class\.pm line 282\) line 101\n/, + qr/^foo at accessor foo \(defined at Class\.pm line 282\) line 101/, "description is set" ); }