> > As long and the words 'warn' and 'die' are listed in the 
> documentation I
> > agree that this should be very clear.
> > Umm. Does that just mean in the docs or :
> > 
> > -            if (!raise_error || (diehook && SvOK(diehook)))
> > +            if (!raise_error)
> 
> The internal code is now just:
> 
>         if (DBIc_has(imp_xxh, DBIcf_PrintError))
>             warn("%s", SvPV(msg,lna));
>         if (DBIc_has(imp_xxh, DBIcf_RaiseError))
>             croak("%s", SvPV(msg,lna));

Warn and Croak! I guess if you ask for it you get it and shouldn't be
surprised.
Thanks.

Neil

> 
> Tim.
> 

__________________________________________________________________________
Please Note :
Only  the intended recipient is authorised to access or use this e-mail.  If
you are not the intended recipient,
please delete this e-mail and notify the sender immediately.   The contents
of this e-mail are the writer's 
opinion and are not necessarily endorsed by the Gunz Companies unless
expressly stated.

We use virus scanning software but exclude all liability for viruses or
similar in any attachment.


Reply via email to