# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #60054]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60054 >


$ cat foo.pir
.sub asdf :main
  load_bytecode 'PGE/Util.pbc'
.end
$ ./parrot foo.pir
Class 'P6metaclass' not found
current instr.: 'parrot;PGE;Util;__onload' pc 0
(runtime/parrot/library/PGE/Util.pir:20)
called from Sub 'asdf' pc 0 (foo.pir:2)


The perldoc for this library doesn't mention having to import anything
else to use it.

We need to either update the docs or the code.

--
Will "Coke" Coleda

Reply via email to