logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Installing for perl 5.6.0: msg#00116

Subject: Re: Installing for perl 5.6.0
Joel Gwynn wrote:
Maybe this is more of a CPAN question, but maybe somebody here can help.
I'm trying to install a local copy of CGI::Application, but it looks
like CPAN wants to upgrade my perl, which I don't want.  I'm assuming
this is because the latest CGI::Application is for the latest perl.

How do I install a local copy of CGI::Application for perl 5.6.0?

Grab the tar ball
(http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI-Application-3.22.tar.gz),
unpack it, build and then install. like so

  wget
http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI-Application-3.22.tar.gz
  tar -zxvf CGI-Application-3.22.tar.gz
  cd CGI-Application-3.22
  perl Makefile.PL PREFIX=/my/local/path
  make
  make test
  make install


Does that help? or were you asking something different?
--
Michael Peters
Developer
Plus Three, LP


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@xxxxxxxxxxxxxxxxx/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: cgiapp-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: cgiapp-help@xxxxxxxxxxxxxxxxx





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>