Hello everybody,

I'm using a Perl6 program that uses a module called (implemented as
Opendir.pm) and it was working well but seems that Perl 6 has changed
some of its behavior.

The program code starts with a simple

  use v6;
  use Opendir;

but when executing it using Perl 6 i get the next error :

"load_bytecode" couldn't find file 'Opendir.pir'
current instr.: '!use' pc 365776 (src/gen/core.pir:54663)
called from Sub '_block14' pc 29 (EVAL_1:0)
called from Sub '!UNIT_START' pc 1188 (src/glue/run.pir:23)
called from Sub 'perl6;PCT;HLLCompiler;eval' pc -1 ((unknown file):-1)
called from Sub '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)

Why it asks for Opendir.pir instead of Opendir.pm ?
Any clue ?

Thanks !!
-- 
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man) - Programming: love it or leave it.
Perl Mongers Capital Federal (http://cafe.pm.org/)
GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/)

Reply via email to