|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: dbd and ctlib (fwd)
Date: Mar 28 2002 9:44PM
Stephen.Sprague@morganstanley.com writes:
> just wondering. I'm using DBI (v1.20) DBD::Sybase (v0.94) and
> Sybase::CTlib (v2.14) and getting the following annoying prototype
> mismatches.
>
> Michael, must we live with this?
> Prototype mismatch: sub main::CS_COMPUTE_RESULT () vs none at /ms/dist/perl5/PROJ/core/5.00503-3/exec/lib/perl5/Exporter.pm line 157
> Exporter::export('Sybase::CTlib', 'main') called at /ms/dist/perl5/PROJ/core/5.00503-3/exec/lib/perl5/Exporter.pm line 182
Rats.
This comes from:
DBD::Sybase using ALIAS: to define these symbols, and Sybase::CTlib
using the traditional way to do this.
Let me see what I can do to remove this issue - the prototypes for
those "functions" doesn't really make sense, anyway...
Michael
--
Michael Peppler Data Migrations, Inc.
mpeppler@peppler.org *or* mpeppler@mbay.net
http://www.mbay.net/~mpeppler
International Sybase User Group: http://www.isug.com
|