# New Ticket Created by Jonathan Stowe # Please include the string: [perl #126806] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126806 >
Hi, I was just looking to update some of my modules that were using @*INC to find there native parts and discovered this. It appears that parts of panda may be similarly afflicted. [jonathan@cannibal p6-Sys-Utmp]$ perl6 -e 'for $*REPO.repo-chain -> $v { say $v.perl; say $v.files("foo").perl }' CompUnit::Repository::Installation.new('/home/jonathan/.perl6/2015.11-347-g47d2daf') Cannot unbox a type object in block <unit> at -e:1 This will, as far as I understand it, need to work in order for modules to be able to find native .so files they are providing for themselves.