On Fri, 4 Feb 2000, Eric Cholet wrote:

> >A newbie question. Though I have successfully built mod_perl from command
> >line parameters I decided to try the .makepl_args.mod_perl file method from
> >the Eagle book. I had EVERYTHING=1 as the first line in this file but when I
> >run I get...
> 
> It's makepl_args.mod_perl, not .makepl_args.mod_perl (no leading dot)

Depends on where you put the file:

(from Makefile.PL)

    for (qw(./ ../), "$ENV{HOME}/.") {
        last if $fh = FileHandle->new($file = $_."makepl_args.mod_perl");
    }


 - ask

-- 
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>

Reply via email to