(yes, this is top posted!)

Assaf, I suggest taking a look at how CPAN modules are packaged. Try a
rather recent/modern module.
There is room for testing, modules, scripts, and handling of prerequisites,
all using a built-in, openly developed, for free (beer and speech) toolchain
that you can utilize without uploading any of your code to CPAN.

On Mon, Jun 20, 2011 at 10:53 PM, Assaf Gordon <[email protected]>wrote:

> Hello,
>
> I have a perl script with couple of perl modules, and I would like to
> package them and deploy them as easily as possible on multiple unix servers
> - what's the recommended way to do that ? (or what is the equivalent
> "configure && make && make install" of Perl) ?
>
> These aren't public scripts, so CPAN is not an option.
>
> There are couple of pre-requisites CPAN modules, so ideally they should be
> detected and automatically installed, or at least have errors reported in a
> friendly way (e.g. "Module XXX:YYY not found, please install from cpan").
>
> Also, the final script should go by default to "/usr/local/bin", but I need
> some way to change that (just like with "./configure --prefix=XXXX").
>
> Where should I start ?
>
> Thanks,
>  -Assaf
> _______________________________________________
> Perl mailing list
> [email protected]
> http://mail.perl.org.il/mailman/listinfo/perl
>
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to