This has me scratching my head. Read more »
Category Archives: perl
Perl WWW::Mechanize test fails – odd address for HTML::Daemon->new(LocalAddr =>)
Installing Perl WWW::Mechanize when behind a proxy
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 its tests when you’re working behind an authenticating proxy. Read more »
CPAN 1.94 fixes Solaris untar issue
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. Read more »
Further Catalyst on Solaris notes
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’. Read more »
Using Perl local::lib on Solaris 10
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. Read more »