On Mon, May 26, 2008 at 4:15 PM, Burak Gürsoy <[EMAIL PROTECTED]> wrote: > Hi, > > It looks like you're suffering from a feature of MakeMaker. Add this to your > Makefile.PL options (WriteMakefile): > > PL_FILES => {}, > > so that your Build.PL will not be identified as some executable code...
Hey, that's a great tip. Thanks, Burak. -- Eric