Sure I will investigate the issue. Thanks.

After talking to mberends at #perl6, I found out that 'use v6;' is
being refactored heavily lately. So you may drop it for now, and also
drop the .pl for .p6 file extension since we identify a .pl file via a
'use v6;' in Padre.

For the #perl6 discussion, please read:
http://irclog.perlgeek.de/perl6/2010-03-10#i_2085468

For a more stable and up-to-date Rakudo, please use the last Rakudo
monthly build instead.
http://rakudo.org/how-to-get-rakudo

Thanks,
Ahmad M. Zawawi

On Tue, Mar 9, 2010 at 6:50 PM, Kiffin Gish <kiffin.g...@planet.nl> wrote:
> Hi there.
>
> Has anyone been able to get Perl6 working with Padre using the github
> version?
>
> I like to keep updated with the latest version or Rakudo so did this:
>
> git clone git://github.com/rakudo/rakudo.git
>
> and I've got the latest version of the Padre Perl6 plugin installed, as
> well as exporting RAKUDO_DIR=$HOME/rakudo, RAKUDO_HOME=$HOME/rakudo and
> PATH=$PATH:$HOME/rakudo, but no go.
>
> use v6;
>
> =begin pod
> New Perl 6 script
> =end pod
>
> say 'hi';
>
> Null PMC access in find_method('get_parrotclass')
> current instr.: 'perl6;ClassHOW;onload' pc -1 ((unknown file):-1)
>
> I someone has succeeded I'd sure appreciate seeing the steps taken by
> this person
>
> Thanks in advance!
>
> --
> Kiffin Gish <kiffin.g...@planet.nl>
> Gouda, The Netherlands
>
>
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev
>
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to