Thanks, chromatic, that's helpful.
I still believe that a comprehensive repository of Perl core error messages would be great.
This particular case provides 3 reasons:
1. the error "Can't locate loadable object for module X in @INC" is not fully explanatory. I.e., it doesn't say which object it cannot locate.
2. perldiag doesn't mention this error.
3. splain is misleading at best, and arguably wrong:
(F) You said to do (or require, or use) a file that couldn't be found. Perl looks for the file in all the locations mentioned in @INC, unless the file name included the full path to the file. Perhaps you need to set the PERL5LIB or PERL5OPT environment variable to say where the extra library is, or maybe the script needs to add the library name to @INC. Or maybe you just misspelled the name of the file. See perlfunc/require and lib.
In reply to Re^2: Can't locate loadable object for module X in @INC (@INC contains: ... )
by arthurg
in thread Can't locate loadable object for module X in @INC (@INC contains: ... )
by arthurg
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |