>>>>> "Peter" == Peter Flynn <[EMAIL PROTECTED]> writes:

    Peter> On Fri, 2003-07-18 at 07:56, Matt Sergeant wrote:
    >> On Friday, Jul 18, 2003, at 02:04 Europe/London, Peter Flynn
    >> wrote:
    >>
    >> > However, installing Apache::Request found a dependency for
    >> > Apache::Test
    >>
    >> Just install Apache::Request by hand without running make test.

    Peter> I don't know how to do that. I know there's some way of
    Peter> downloading a tar.gz file containing a bunch of Perl plus a
    Peter> Makefile.PL which you run to generate a real Makefile, but
    Peter> every time I try to find these on CPAN's Web site I end up
    Peter> having to install a dozen or so other dependencies first.

If it helps, you can use CPAN to get the tarball, then install it
manually. I don't think that will involve any dependency checking,
which is probably why I tend not to use it.

Anyway, if you're so inclined just do this (using AxKit as an example):

        perl -MCPAN -e shell
        ...
        cpan> get AxKit

then grab the tarball from the (less than obvious):

        ~/.cpan/sources/authors/id/M/MS/MSERGEANT/AxKit-1.6.1.tar.gz

By the way, it will also get automagically unpacked into:

        ~/.cpan/build/AxKit-1.61/

The ~/.cpan bit might be different on your system I guess.

Cheers,
-- 
M.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to