On Saturday 18 March 2006 09:36, Tels wrote:
> Moin,
>
> On Saturday 18 March 2006 08:12, Adam Kennedy wrote:
> >  From my understanding, one of the little idiosyncrasies of
> > Makefile.PL/Build.PL installers (including MI variants of both) is
> > that in order to make sure that the Makefile and Build use the
> > correct perl installation, you should always be explicitly running
> > M/B.PL with the perl you want to install the module with, and NOT
> > necesarily with the default perl.
> >
> > This is why installation instructions read
> >
> > perl Makefile.PL
> > make
> > make test
> > make install
> >
> > and not
> >
> > ./Makefile.PL
> > make
> > make test
> > make install

In addition, changing the shebang to:

        #!/usr/bin/env perl

should fix the issues, it would use the first perl like

        perl Makefile.PL

will do.

Best wishes,

Tels

-- 
 Signed on Sat Mar 18 09:37:20 2006 with key 0x93B84C15.
 Visit my photo gallery at http://bloodgate.com/photos/
 PGP key on http://bloodgate.com/tels.asc or per email.

 Like my code? Want to hire me to write some code for you? Send email!

Attachment: pgp7L9PfQepn5.pgp
Description: PGP signature

Reply via email to