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/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to