Re: [perl #17065] [PATCH] perl6 misc

2002-09-06 Thread Steve Fink
On Fri, Sep 06, 2002 at 08:09:21PM -0700, Sean O'Rourke wrote: > On Fri, 6 Sep 2002, Steve Fink wrote: > > > > - Make sure P6C::IMCC::code() adds a newline after every line > > > > (I was getting two consecutive lines of code smashed together) > > > > > > This will probably make the output prett

Re: [perl #17065] [PATCH] perl6 misc

2002-09-06 Thread Sean O'Rourke
On Fri, 6 Sep 2002, Steve Fink wrote: > > > - Make sure P6C::IMCC::code() adds a newline after every line > > > (I was getting two consecutive lines of code smashed together) > > > > This will probably make the output pretty ugly. I'd rather find the > > culprit for the smashed-together lines,

Re: [perl #17065] [PATCH] perl6 misc

2002-09-06 Thread Steve Fink
On Fri, Sep 06, 2002 at 06:01:20PM -0700, Sean O'Rourke wrote: > On Sat, 7 Sep 2002, Steve Fink wrote: > > > - Add a -e (or --eval) flag to perl6. > > For those "quick" one-liners? For running things under the debugger. It's easier to mess with @DB::ARGS than it is to play around with external

Re: [perl #17065] [PATCH] perl6 misc

2002-09-06 Thread Sean O'Rourke
applied, thanks. /s

Re: [perl #17065] [PATCH] perl6 misc

2002-09-06 Thread Sean O'Rourke
On Sat, 7 Sep 2002, Steve Fink wrote: > Apply as much or as little of this patch as you want. Looks good to me. > - Add a few more patterns to various .cvsignore files > - Add a -e (or --eval) flag to perl6. For those "quick" one-liners? > - Reindent a bunch of code that had too few spaces > -