perl
Installing Perl WWW::Mechanize when behind a proxy
by Mark on Oct.28, 2009, under perl
I’ve just had a horrible time trying to install Catalyst::Plugin::AutoCRUD, because of a dependency on WWW::Mechanize. In short, WWW::Mechanize fails to pass it’s tests when you’re working behind an authenticating proxy. (continue reading…)
CPAN 1.94 fixes Solaris untar issue
by Mark on May.28, 2009, under perl
In my earlier post about using local::lib I commented that CPAN wouldn’t untar with the Solaris shipped tar program, and you had to use GNU tar from OpenCSW or Blastwave. 1.94 appears to fix the problem and untars just fine with the native Solaris tar. (continue reading…)
Further Catalyst on Solaris notes
by Mark on May.06, 2009, under perl
In my last post about installing Catalyst on Solaris I went to great lengths to install every Perl module, in order, from CPAN. This was a painful process to establish, and just as painful to emulate. The post was updated back in March to include CPAN bundles, which would do most of the hard work for you – but as was pointed out in the comments, it should’ve been a simple case of ‘cpan Catalyst’. (continue reading…)
Using Perl local::lib on Solaris 10
by Mark on Feb.10, 2009, under perl
I tend to build perl modules to live in my home directory. Setting up CPAN with PREFIX= and LIB= variables means I can compile/build modules without being root and use them in any script with a simple ‘use lib …’ statement. (continue reading…)