missing '.' in test from #17932
Hugo van der Sanden [Thu, 26 Sep 2002 18:50:02 +0000 (18:50 +0000)]
p4raw-id: //depot/perl@17934

t/lib/strict/subs

index 89a0bad..f6e05b3 100644 (file)
@@ -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.