The Perl 6 design team met by phone on 18 October 2006. The attendees were Larry, Damian, Allison, Patrick, Jesse, Nicholas, and chromatic. These are the minutes.
Allison:
Larry:
Allison:
Jesse:
Allison:
Larry:
Jesse:
Larry:
c:
Parrot::Embed as possiblePatrick:
:init flag per my message yesterdayDamian:
=use Jesse:
c:
Damian:
c:
=use specperldoc6 let you do ruby:Some::Module?Damian:
The answer is: Yes indeedly-doo, neighbour!
If the Ruby module happened to be in your library path (it's not clear to me whether it would have to be in
$PERL6LIBor$RUBYLIB; I assume the latter) then it would berequired, presumably loading the necessary class to add some block functionality to the Perldoc parser. But that magic would be entirely handled by the default cleverness of the Perl 6require, presuming the eventual parser is written in Perl 6.