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

I prefer to install two builds of Perl rather than much with additional include paths. It's super easy with perlbrew, and you don't have to worry about setting the environment right or about different dependencies or version of dependencies, etc.

Replies are listed 'Best First'.
Re^3: Change Namespace of Package
by LanX (Saint) on Sep 15, 2019 at 22:06 UTC
    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

        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

      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