Skip to content

Commit

Permalink
remove false statement until it is made true
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed May 13, 2016
1 parent 70e444a commit ec1f7c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Perl6/Compiler.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,14 @@ class Perl6::Compiler is HLL::Compiler {
PERL6LIB=\"lib\" perl6 example.pl
For more information, see the perl6(1) man page.\n");
"); # end of usage statement
nqp::exit(0);

# TODO: create and install a man page for Perl 6; then add the following
# line to the end of the usage text above:
#
# For more information, see the perl6(1) man page.\n");

}

method readline($stdin, $stdout, $prompt) {
Expand Down

0 comments on commit ec1f7c1

Please sign in to comment.