in reply to Makefile problem

Well, you ran the wrong command. You should have done something like this:

# perl -MCPAN -e shell

...
text floats by

cpan> install modulename

I find this much more reliable than perl Makefile.PL

ALL HAIL BRAK!!!

Replies are listed 'Best First'.
Re: Re: Makefile problem
by ok (Beadle) on Feb 04, 2001 at 09:56 UTC
    cpan> install modulename

    ...which will eventually run perl Makefile.PL?
      Yes, but it also will download the files and should get the line endings correct.

        Yes, but it [CPAN.pm] also will download the files and should get the line endings correct.

        From the original posting:

        I downloaded an unpackged the tgz file

        So unless you can explain some way to download a compressed tar archive in such a way that the archive still successfully uncompresses and extracts but the line endings in the internal files are changed, I don't see how the downloading could have been the problem.

                - tye (but my friends call me "Tye")