in reply to Re^2: Change Namespace of Package
in thread Change Namespace of Package

Can perlbrew also replicate the installation of my prefered modules, like Data::Dump ?

update

OK that's rather an issue when having different Perl versions, because otherwise one can share the same lib path.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^4: Change Namespace of Package
by soonix (Chancellor) on Sep 16, 2019 at 11:15 UTC
      cool, I need to tryout this. :)

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Re^4: Change Namespace of Package
by ikegami (Patriarch) on Sep 16, 2019 at 10:00 UTC

    I'm not sure what you're asking. perlbrew doesn't replicate installations. It's a Perl installer and a path-management utility for the shell. But once it installs a build of Perl, you are free to install Data::Dump for it.

      > I'm not sure what you're asking.

      I've never tried to install the same perl version multiple times with perlbrew.

      In that case my question is obsolete, that's why I updated it.

      > you are free to install Data::Dump for it.

      Data::Dump was meant as a "pars pro toto" of a rather big installation which needs to be replicated.

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice