Re: [ID 20020323.002] recently-introduced regex segfault

2002-03-23 Thread Michael G Schwern
On Sat, Mar 23, 2002 at 08:53:16PM -0800, Jeffrey Friedl wrote: > With the latest bleedperl, this program segfaults if 're debug' is used. > > use overload; > BEGIN { > overload::constant qr => sub { return $_[0] } > } Only 'use overload' is necessary for me. It segfaults

Re: three tests fail

2002-03-23 Thread Michael G Schwern
On Sat, Mar 23, 2002 at 08:55:35PM -0800, Jeffrey Friedl wrote: > > I just upgraded to the latest bleedperl, and three tests fail: > > t/lib/accessUndefined subroutine &access::readonly called >at lib/access.t line 29. > FAILED at test 1 access.t doesn't live here n

Re: three tests fail

2002-03-23 Thread Jarkko Hietaniemi
On Sat, Mar 23, 2002 at 08:55:35PM -0800, Jeffrey Friedl wrote: > > I just upgraded to the latest bleedperl, and three tests fail: > > t/lib/accessUndefined subroutine &access::readonly called >at lib/access.t line 29. > FAILED at test 1 > > lib/bignum/t/bignum...