On Mon, Mar 03, 2003 at 09:43:45PM -0800, Jonathan Leffler wrote:
> Tim Bunce wrote:
> >>package name at C:/Perl/site/lib/DBD/Proxy.pm line 272.
> >>BEGIN not safe after errors--compilation aborted at
> >>C:/Perl/site/lib/DBD/Proxy.pm line 414.
> >>Compilation failed in require at (eval 3) line 3.
> >*** lib/DBD/Proxy.pm 2003/02/28 17:50:06 11.12
> >--- lib/DBD/Proxy.pm 2003/03/03 22:37:14
> >***************
> >*** 269,275 ****
> > # to let people trade safety for speed if they need to.
> > undef $dbh->{'proxy_dbh'}; # Bug in Perl 5.004; would prefer
> > delete
> > undef $dbh->{'proxy_client'};
> >! $this->SUPER::STORE('Active' => 0);
> > 1;
> > }
> >
> >--- 269,275 ----
> > # to let people trade safety for speed if they need to.
> > undef $dbh->{'proxy_dbh'}; # Bug in Perl 5.004; would prefer
> > delete
> > undef $dbh->{'proxy_client'};
> >! $dbh->SUPER::STORE('Active' => 0);
> > 1;
> > }
>
>
> Silly question time, Tim; does the fact that we don't support Perl
> 5.004 allow you to change line 270 now?
Maybe. Tested patches welcome :)
Tim.