in reply to Distributing executable helper scripts with CPAN Distro
'EXE_FILES' => [ 'path/to/your_script' ],
If you use MB, add this to the config chunk in Build.PL:
script_files => [ "path/to/your_script", ],
/J
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Distributing executable helper scripts with CPAN Distro
by ait (Hermit) on Jan 11, 2008 at 23:52 UTC | |
|
Re^2: Distributing executable helper scripts with CPAN Distro
by ait (Hermit) on Jan 11, 2008 at 23:52 UTC |