So do it manually.  I rarely use the CPAN shell these days.

> wget ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/M/MA/MATTIASH/HTTP-TransparentCache-0.1.tar.gz
> tar xzvf HTTP-TransparentCache-0.1.tar.gz
> cd HTTP-TransparentCache-0.1
> vi Makefile.PL <--- make your changes
> perl Makefile.PL
> make
> make install


-ofer

Nigel Horne wrote:

On Monday 11 Oct 2004 04:56, Mattias Holmlund wrote:


On sön, 2004-10-10 at 23:22, Nigel Horne wrote:


Unfortunately HTTP::TransparentCache needs perl 5.8.4 :-(





Try to change the use 5.008004 line at


the top of Makefile.PL and test if it works with your perl.



That's not possible is it from -eshell is it? I am using FC2 (5.8.3) and YDL3.0.1 (5.8.0).

Look at this screen shot, I can't see anywhere I'm given the opportunity to change 
using this route:

[EMAIL PROTECTED] njh]$ su -
Password:
[EMAIL PROTECTED] root]# !perl
perl -MCPAN -eshell

cpan shell -- CPAN exploration and modules installation (v1.7601)
ReadLine support enabled

cpan> install HTTP::TransparentCache
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
 Database was generated on Sun, 26 Sep 2004 14:05:33 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
 
ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/01mailrc.txt.gz
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
Fetching with LWP:
 
ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
 Database was generated on Sun, 10 Oct 2004 14:05:41 GMT
Fetching with LWP:
 
ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/03modlist.data.gz
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Running install for module HTTP::TransparentCache
Running make for M/MA/MATTIASH/HTTP-TransparentCache-0.1.tar.gz
Fetching with LWP:
 
ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/M/MA/MATTIASH/HTTP-TransparentCache-0.1.tar.gz
CPAN: Digest::MD5 loaded ok
Fetching with LWP:
 
ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/M/MA/MATTIASH/CHECKSUMS
Checksum for 
/root/.cpan/sources/authors/id/M/MA/MATTIASH/HTTP-TransparentCache-0.1.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Deleting from cache: /root/.cpan/build/Tk-804.027 (141.6>10.0 MB)
HTTP-TransparentCache-0.1/
HTTP-TransparentCache-0.1/examples/
HTTP-TransparentCache-0.1/examples/check_server
HTTP-TransparentCache-0.1/lib/
HTTP-TransparentCache-0.1/lib/HTTP/
HTTP-TransparentCache-0.1/lib/HTTP/TransparentCache.pm
HTTP-TransparentCache-0.1/MANIFEST
HTTP-TransparentCache-0.1/META.yml
HTTP-TransparentCache-0.1/Changes
HTTP-TransparentCache-0.1/t/
HTTP-TransparentCache-0.1/t/HTTP-TransparentCache.t
HTTP-TransparentCache-0.1/README
HTTP-TransparentCache-0.1/Makefile.PL

 CPAN.pm: Going to build M/MA/MATTIASH/HTTP-TransparentCache-0.1.tar.gz

Perl v5.8.4 required--this is only v5.8.3, stopped at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.
Running make test
 Make had some problems, maybe interrupted? Won't test
Running make install
 Make had some problems, maybe interrupted? Won't install



/Mattias



-Nigel







Reply via email to