Re: application starter kit

2017-01-23 Thread Shlomi Fish
On Mon, 23 Jan 2017 10:44:18 +0100 Luca Ferrari wrote: > On Mon, Jan 23, 2017 at 10:39 AM, Chas. Owens wrote: > > I think you are saying you want to be able to create one file you can give > > to someone else and have them run a Perl 5 program you have written without > > having to install all o

Re: application starter kit

2017-01-23 Thread Chas. Owens
I am still not quite understanding what you want. Are you saying you want to create a CPAN module that installs a script (and possible some modules as well)? If so, then take a look at any of the existing modules that do that like App::cpanminus. I believe App is the namespace for that sort of modu

Re: application starter kit

2017-01-23 Thread Luca Ferrari
On Mon, Jan 23, 2017 at 10:39 AM, Chas. Owens wrote: > I think you are saying you want to be able to create one file you can give > to someone else and have them run a Perl 5 program you have written without > having to install all of the modules (and possibly even perl itself). If > this is the

Re: application starter kit

2017-01-23 Thread Chas. Owens
I think you are saying you want to be able to create one file you can give to someone else and have them run a Perl 5 program you have written without having to install all of the modules (and possibly even perl itself). If this is the case, then you are in luck. There are a couple of solutions t