Tag: biz-JG

  • Task::Kensho – “A Glimpse at an Enlightened Perl”

    See its manual page at CPAN! The installations with/for my self-brewn perl-5.12.1 on openSUSE-11.2 as well as on OS X Snow Leopard have a problem with Task::Kensho‘sTryCatch, I skip that, and all the remainder seems to be fine. The installation with/for my self-brewn perl-5.10.1 on openSUSE-11.2 runs straight through. The installation with/for the “native” perl-5.10.0 on my openSUSE-11.2 runs straight through.  

  • App::cpanminus – a new CPAN installer

    article in German: “Perl 5.12 parallel zu einem bestehendem Perl installieren – App::cpanminus als CPAN-Installer” (by Thomas Fahle) metacpan.org/module/App::cpanminus … How to …: $ perlbrew switch stable # resp.$ perlbrew switch perl-5.12.1$ cpan  App::cpanminus$ cpanm App::cpanminus$ perlbrew install-cpanm # use this variant!!! $ perlbrew switch perl-5.10.1$ cpan  App::cpanminus$ cpanm App::cpanminus$ perlbrew install-cpanm # use this variant!!!…

  • App::perlbrew – Manage perl installations in your $HOME or wherever you want

    Prerequisites: $ zypper install patch $ zypper install gcc … Caveat: yes, “perlbrew install” occasionally and too often  needs “–force” and even “–notest“, don’t be too surprised! my “5.14.2” and also my “5.16.1” needed it … Main links: www.perlbrew.pl $ perlbrew $ perlbrew help http://search.cpan.org/perldoc?App::perlbrew – this one tells you, how to upgrade perlbrew: $ export PERLBREW_ROOT=/opt/perlbrew $ curl…