LIB MODULE
These are the error messages that can appear when using the lib
pragmatic module.
Empty compile time value given to use lib
The parameter you provided was an empty string. Maybe you used a variable, but this variable is initialized at run time, yet the module needs it at compile time. You should initialize it within a BEGIN
block.
Parameter to use lib must be directory, not file
The lib
pragme informs perl
that it can find modules in a particular directory. If you want to indicate a specific file, why not code use
file?
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 9:
You can't have =items (as at line 14) unless the first thing after the =over is an =item