On Thu, Jul 25, 2002 at 02:38:06PM +0200, H.Merijn Brand wrote: > On Thu 25 Jul 2002 13:20, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > > On Fri 19 Jul 2002 16:43, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > Thanks. They're all harmless, but I'll fix'em up for the next release. > > > > One more supersmall minor nit: > > > > --- DBI.pm 2002-07-18 16:24:04.000000000 +0200 > > +++ DBI.pm.new 2002-07-25 13:19:09.000000000 +0200 > > @@ -5347,7 +5347,7 @@ A BNF syntax for SQL3 is available here: > > > > Programming the Perl DBI, by Alligator Descartes and Tim Bunce. > > > > - Programming Perl 2nd Ed. by Larry Wall, Tom Christiansen & Randal Schwartz. > > + Programming Perl 3rd Ed. by Larry Wall, Tom Christiansen & Randal Schwartz.
Thanks ("Larry Wall, Tom Christiansen, Jon Orwant"). > and small syntax error > > --- DBI.pm 2002-07-18 16:24:04.000000000 +0200 > +++ DBI.pm.new 2002-07-25 14:27:30.000000000 +0200 > @@ -2662,7 +2662,7 @@ closures: > $h->{HandleError} = sub { > return 1 if $previous_handler and &$previous_handler(@_); > ... your code here ... > - } > + }; > } Thanks. Tim.