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
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,
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
applied, thanks.
/s
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
> -