From 26abf57178a52321fddabd559eb1f8fab8ce6f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Ku=C5=82aga?= Date: Tue, 1 Sep 2015 11:40:53 +0200 Subject: [PATCH] perl -e is strict --- src/Perl6/Compiler.nqp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Perl6/Compiler.nqp b/src/Perl6/Compiler.nqp index 7917d9492e0..9ec473fb250 100644 --- a/src/Perl6/Compiler.nqp +++ b/src/Perl6/Compiler.nqp @@ -171,7 +171,7 @@ class Perl6::Compiler is HLL::Compiler { -c check syntax only (runs BEGIN and CHECK blocks) --doc extract documentation and print it as text - -e program one line of program, strict is disabled by default + -e program one line of program, strict is enabled by default -h, --help display this help text -n run program once for each line of input -p same as -n, but also print \$_ at the end of lines