summaryrefslogtreecommitdiff
path: root/t/op
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-02-07 07:32:19 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-02-07 10:04:59 -0800
commitda851177806c43a2985cad82a3c80046879f482b (patch)
treef65d764692f80772335431389c52f4181bd5b7da /t/op
parent21732d5c67323d747a91102253591325b3569ec3 (diff)
downloadperl-da851177806c43a2985cad82a3c80046879f482b.tar.gz
t/op/lex.t: Add comment about the file’s purpose
Diffstat (limited to 't/op')
-rw-r--r--t/op/lex.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/op/lex.t b/t/op/lex.t
index 25ae754217..5a6697ae45 100644
--- a/t/op/lex.t
+++ b/t/op/lex.t
@@ -1,4 +1,7 @@
#!perl
+
+# Tests too complex for t/base/lex.t
+
use strict;
use warnings;