Coderefs in @INC
file: examples/031_noklump.pl
1: use SOAP::Working;
2:
3: print "Back in main\n";
~/examples$ perl 031_noklump.pl
Can't locate SOAP/Working.pm in @INC (you may need to
install the SOAP::Working module) (@INC contains: /hom-
e/domm/perl5/perlbrew/perls/system/lib/site_perl/5.24.-
0/x86_64-linux /home/domm/perl5/perlbrew/perls/system/-
lib/site_perl/5.24.0 /home/domm/perl5/perlbrew/perls/s-
ystem/lib/5.24.0/x86_64-linux
/home/domm/perl5/perlbrew/perls/system/lib/5.24.0 .) at
031_noklump.pl line 1.
BEGIN failed--compilation aborted at 031_noklump.pl line 1.