On Mon Aug 09 23:53:11 2010, masak wrote:
> <mantovan> guys hi
> <mantovan> I download rakudo, and when I try do "perl6 --help" I get,
> <mantovan> http://nopaste.snit.ch/22656
> <mantovan> the error ^
> <mantovan> or perl6 help, perl6 h
>
> Here's the nopaste:
>
> Unable to open filehandle from path 'h'
> current instr.: 'perl6;PCT;HLLCompiler;evalfiles' pc 1303
> (compilers/pct/src/PCT/HLLCompiler.pir:707)
> called from Sub 'perl6;PCT;HLLCompiler;command_line' pc 1489
> (compilers/pct/src/PCT/HLLCompiler.pir:794)
> called from Sub 'perl6;Perl6;Compiler;main' pc -1 ((unknown file):-1)
>
> <masak> mantovani: thanks for making us aware of this. I will submit a
> ticket about it, and it'll hopefully get fixed for the next release.
> * masak submits rakudobug about 'perl6 --help' not working
We have help now:
$ ./perl6 --help
./perl6
This compiler is based on PCT::HLLCompiler.
Options:
e=s
help|h
target=s
dumper=s
trace|t=s
encoding=s
output|o=s
combine
version|v
stagestats
$ ./perl6 --version
This is Rakudo Perl 6, version 2010.07-140-g67778a6 built on parrot 2.7.0 r48560
Copyright 2008-2010, The Perl Foundation
assigning to moritz++ for testing.
--
Will "Coke" Coleda