From: Hugo van der Sanden Date: Thu, 26 Sep 2002 18:50:02 +0000 (+0000) Subject: missing '.' in test from #17932 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a06f8425eda36e6c3b9d2287cb4ba45a5358efc;p=p5sagit%2Fp5-mst-13.2.git missing '.' in test from #17932 p4raw-id: //depot/perl@17934 --- diff --git a/t/lib/strict/subs b/t/lib/strict/subs index 89a0bad..f6e05b3 100644 --- a/t/lib/strict/subs +++ b/t/lib/strict/subs @@ -352,5 +352,5 @@ use strict; use warnings; print "" if BAREWORD; EXPECT -Bareword "BAREWORD" not allowed while "strict subs" in use at - line 5 +Bareword "BAREWORD" not allowed while "strict subs" in use at - line 5. Execution of - aborted due to compilation errors.