in reply to Re^6: Why is it in some other popular languages fewer steps and potential issues when installing libraries no testing needed and no compilation of C/C++ code done
in thread Why are other popular languages very different from Perl when installing libraries, e.g. no testing needed and no compilation of C/C++ code done
Check out PAR::Repository and/or PAR::Repository::Client.
More specifically, before discrediting PAR for what you want, you might want to read it's documentation. It contains this snippet:
use PAR { repository => 'http://foo/bar/' }; use Module; # not locally installed!
P::R::Client even has an auto-upgrade mode. Furthermore, for generating large sets of reusable packages, you can use PAR::Dist::FromCPAN or PAR::Dist::FromPPM.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Why is it in some other popular languages fewer steps and potential issues when installing libraries no testing needed and no compilation of C/C++ code done
by hermida (Scribe) on Apr 09, 2011 at 17:55 UTC | |
by tsee (Curate) on Apr 10, 2011 at 10:42 UTC | |