# New Ticket Created by raiph # Please include the string: [perl #126088] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126088 >
See http://irclog.perlgeek.de/perl6/2015-09-17#i_11235064 What a user tried ================= use Inline::Perl5; use SNMP.pm:from<perl5>; Note the lowercase 'p' in 'perl5'. (A similar case applies to 'Java' vs 'java' and presumably 'Python' vs 'python' etc.) What they got ============= Do not know how to load code from perl5 What to do ========== Perhaps loader names would best be case insensitive (but maybe that's not perlish) or a 'did you mean?' response based on available loaders is warranted (that seems p6ish).