[perl #133107] LTA: require of non installed module

[email protected] (Martin Barth) Thu, 12 Apr 2018 23:34:43 -0700
Newsgroups perl.perl6.compiler
Message-ID <[email protected]>
# New Ticket Created by  Martin Barth 
# Please include the string:  [perl #133107]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=133107 >


requireing a non installed module leads to strange error if the name 
starts with the name of a core module. e.g:


 > perl6 -e 'require IO::Socket::Async::SSL'
IO::Socket::Async::SSL is a builtin type, not an external module
   in block <unit> at -e line 1