# 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

Reply via email to