diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-02-07 07:32:19 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-02-07 10:04:59 -0800 |
commit | da851177806c43a2985cad82a3c80046879f482b (patch) | |
tree | f65d764692f80772335431389c52f4181bd5b7da /t/op/lex.t | |
parent | 21732d5c67323d747a91102253591325b3569ec3 (diff) | |
download | perl-da851177806c43a2985cad82a3c80046879f482b.tar.gz |
t/op/lex.t: Add comment about the file’s purpose
Diffstat (limited to 't/op/lex.t')
-rw-r--r-- | t/op/lex.t | 3 |
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; |