Re: [PATCH] Warnings in B::Deparse

2000-08-29 Thread Jarkko Hietaniemi
On Tue, Aug 29, 2000 at 12:00:01AM -0400, [EMAIL PROTECTED] wrote: > $ /opt/bleedperl/bin/perl -MO=Deparse -we 'tr///c' > Use of uninitialized value in string eq at >/opt/bleedperl/lib/5.7.0/i686-linux/B/Deparse.pm line 2679. > Use of uninitialized value in pattern match (m//)

Re: perl@6889

2000-08-29 Thread Simon Cozens
On Tue, Aug 29, 2000 at 03:17:29PM -0400, [EMAIL PROTECTED] wrote: > As for rsync, the man page said it requires ssh or rsh access. :( It doesn't. -- Putting a square peg into a round hole can be worthwhile if you don't mind a few shavings. -- Larry Wall

Re: [PATCH] Glob dumping

2000-08-29 Thread Mike Guy
Gisle Aas <[EMAIL PROTECTED]> wrote > Devel::Peek dumps the GvFLAGS() as if it belonged to the GP. This is > wrong. Since the GVFLAGS bits are already dumped as part of FLAGS it > should be ok to simply delete it. I also added support for printing > the IN_PAD flag. I think this change is a ret