Many perl5 readme's *did* specify the need to first download the distro ... I guess perl6 must be assuming a more intelligent clientele :-)
Having downloaded the entire Inline-Perl5 distro from github, I'm now getting (on Ubuntu-14.04, btw):
sisyphus@sisyphus5-desktop:~/p/Inline-Perl5$ perl6 configure.pl6 ===SORRY!=== Could not find LibraryMake in: /home/sisyphus/.perl6/2015.12 /home/sisyphus/.rakudobrew/moar-2015.12/install/share/perl6/site /home/sisyphus/.rakudobrew/moar-2015.12/install/share/perl6/vendor /home/sisyphus/.rakudobrew/moar-2015.12/install/share/perl6 CompUnit::Repository::AbsolutePath<139803589500272> CompUnit::Repository::NQP<139803589496864> CompUnit::Repository::Perl5<139803589493704> sisyphus@sisyphus5-desktop:~/p/Inline-Perl5$ make test make: *** No rule to make target `test'. Stop. sisyphus@sisyphus5-desktop:~/p/Inline-Perl5$
Looks like there's something else missing.

UPDATE: Ok - I think I found LibraryMake but it offers even less help regarding the means of installing. (Obviously assumes an even *more* intelligent clientele :-)

This module contains:
P6-LibraryMake/ P6-LibraryMake/.gitignore P6-LibraryMake/.travis.yml P6-LibraryMake/lib/ P6-LibraryMake/lib/LibraryMake.pm6 P6-LibraryMake/LICENSE P6-LibraryMake/META.info P6-LibraryMake/README.md P6-LibraryMake/t/ P6-LibraryMake/t/01-basic.t P6-LibraryMake/t/Makefile.in P6-LibraryMake/t/test.c
What incantation is required to install it ?

Cheers,
Rob

In reply to Re^4: [Perl6] How do I install Inline::Perl5 by syphilis
in thread [Perl6] How do I install Inline::Perl5 by syphilis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.