On Wed, Jan 29, 2014 at 8:57 AM, Matthew Horsfall (alh) <wolfsage@gmail.com> wrote: > On Wed, Jan 29, 2014 at 12:44 AM, Father Chrysostomos <sprout@cpan.org> wrote: >> Thank you. Sorry for putting you to the trouble. The valgrind output >> has just made something in my head click: > > No problem. I'm trying to set up the RDF::Trine case now. I believe I've reduced it to this: use strict; use warnings; use Module::Load::Conditional qw(can_load); BEGIN { can_load( modules => { 'XML::LibXML' => 0, } ); } eval "use XML::LibXML;"; die $@ if $@; If you look at %INC, 'XML/LibXML.pm' => undef ! -- Matthew Horsfall (alh)Thread Previous | Thread Next