Julian Mehnle wrote:
> If your module is used by pretty much only your script, then I'd just
> create a single package with the script in /usr/bin and the module
> in /usr/share/${pkgname}/lib/Buffy/CLI.pm, and have your script say
>
> use lib '/usr/share/${pkgname}';
>
> to enable the module to be loaded from the non-standard include path.
Err, I meant to say:
use lib '/usr/share/${pkgname}/lib';
Julian.
Attachment:
signature.asc
Description: This is a digitally signed message part.