in reply to Re^9: Strawberryperl (Portable) impossible install module
in thread Strawberryperl (Portable) impossible install module
Yes, use brewbuild for that regardless of platform (you have to download/extract the module first), or just perlbrew exec cpanm Module::Name if on *nix or berrybrew cpanm Module::Name if on Windows.
The Test::BrewBuild software is more geared to developers, to test their own modules. However, it isn't limited to just devs, if you actually fetch the source of a module (and if you want distributed testing, have access to the git repo that contains the module's source). Either way, perlbrew, berrybrew are spectacular resources to ensure a module will install properly on a system Perl, without affecting the system perl. The distributed nature of Test::BrewBuild was an early idea, pushed forward by a request.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Strawberryperl (Portable) impossible install module
by Cow1337killr (Monk) on Jun 23, 2016 at 02:04 UTC | |
by choroba (Cardinal) on Jun 23, 2016 at 07:42 UTC | |
by Cow1337killr (Monk) on Jun 23, 2016 at 17:49 UTC |