# New Ticket Created by Lloyd Fournier # Please include the string: [perl #125951] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125951 >
Or at least that's a rough approximation of the problem. # main.pl package Bar { our sub require_foo { require Foo <&foo>; #!>Trying to import symbols &foo from 'Foo', but it does not export anything } } &Bar::require_foo(); # lib/Foo.pm sub foo is export { }