diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-09-26 18:50:02 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-26 18:50:02 +0000 |
commit | 4a06f8425eda36e6c3b9d2287cb4ba45a5358efc (patch) | |
tree | b8c2fd9e166e9587a2abd31ccae051cf55c37381 | |
parent | 2d92f8a00cb1e1f5a01e5a2057563ce78851c792 (diff) | |
download | perl-4a06f8425eda36e6c3b9d2287cb4ba45a5358efc.tar.gz |
missing '.' in test from #17932
p4raw-id: //depot/perl@17934
-rw-r--r-- | t/lib/strict/subs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/strict/subs b/t/lib/strict/subs index 89a0bad699..f6e05b3e4f 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. |