Re: [patch] Makefile.PL Perl6-Pugs revision 8877

2006-02-01 Thread Beau E. Cox
On Wednesday 01 February 2006 02:34 am, Audrey Tang wrote: > Nod, it's resolved in r8890 by removing the now-not-used $run. > > Next time around, please commit ahead. :-) A commit bit is on your way. > > Audrey Thank you for the commit bit; I will use it as you asked (I may have questions before m

Re: [patch] Makefile.PL Perl6-Pugs revision 8877

2006-02-01 Thread Audrey Tang
Nod, it's resolved in r8890 by removing the now-not-used $run. Next time around, please commit ahead. :-) A commit bit is on your way. Audrey signature.asc Description: OpenPGP digital signature

[patch] Makefile.PL Perl6-Pugs revision 8877

2006-02-01 Thread Beau E. Cox
Hi - The Makefile.PL in revision 8877 (perhaps eariler revisions too) needs the following 'patch' (sed) to recgonize hs-plugins: sed -i -e "s/'-package'/0, '-package'/" Makefile.PL This adds a '0' argument to try_compile (run = 0); otherwise ghc is compiled with: ghc plugins --make -v0 -o ...