Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Ambiguous call error:

Quote Reply
Ambiguous call error:
I understand this error message is do to with an older version of perl complaining:

"Ambiguous call resolved as CORE::warn(), qualify as such or use & at GT::Base::error line 93"

Has Links SQL 2.1 been tweaked to deal with this issue? I'm running 2.05.

Thanks.

~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] Ambiguous call error: In reply to
Supposedly that type of error doesn't cause any execution problems, it is just irritating I guess.

On line 93 I see a comment for sub AUTOLOAD

# We use autoload to provide an accessor/setter for all
# attributes. <-
Quote Reply
Re: [PaulW] Ambiguous call error: In reply to
Not really a big issue as no problems are present despite the message.

I thought this had been dealt with in earlier releases though, but obviously not.

~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] Ambiguous call error: In reply to
Hi,

2.1 has silenced the error. All you need to do is look in GT::Base for anywhere that calls warn, and replace it with CORE::warn if you want to silence it.

Cheers,

Alex
--
Gossamer Threads Inc.