in reply to Re^2: Directory layout recommendations for a CPAN namespace
in thread Directory layout recommendations for a CPAN namespace
All these files will eventually be installed in $PREFIX/bin directory.EXE_FILES => [ map { "scripts/${_}.pl" } qw( foo bar baz ) ],
This actually works during test and does not impact deployed application.#!/usr/local/bin/perl -IPerlMonks/lib
HTH.% prove --lib PerlMonks/lib
|
|---|