Hey,

X11::Xlib::Raw is buggy. It has to have all modules it uses internally
inside its "provides" section in the META6.json, otherwise "use" will
not find them.

I'll open a ticket with the module author.

HTH
  - Timo

On 08/03/17 22:08, ToddAndMargo wrote:
> Hi All,
>
> What is wrong with this?
>
> $ perl6 -MX11::Xlib::Raw -e 'say "hi";'
> ===SORRY!===
> Could not find X11::Xlib::Raw::X at line 5 in:
>     /home/tony/.perl6
>     /usr/share/perl6/site
>     /usr/share/perl6/vendor
>     /usr/share/perl6
>     CompUnit::Repository::AbsolutePath<68732640>
>     CompUnit::Repository::NQP<62202240>
>     CompUnit::Repository::Perl5<62202280>
>
>
> $ zef install X11::Xlib::Raw
> All candidates are currently installed
> No reason to proceed. Use --force to continue anyway
>
>
> $ zef install X11::Xlib::Raw::X
> ===> Searching for: X11::Xlib::Raw::X
> No candidates found matching: X11::Xlib::Raw::X
>
>
> Many thanks,
> -T
>

Reply via email to