Skip Menu |

This queue is for tickets about the YAML-Syck CPAN distribution.

Report information
The Basics
Id: 21361
Status: resolved
Priority: 0/
Queue: YAML-Syck

People
Owner: Nobody in particular
Requestors: daniel [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.67
Fixed in: (no value)



Subject: Use of inherited AUTOLOAD for non-method YAML::Syck::Load()
When trying to 'use YAML::Syck', I get this error: Use of inherited AUTOLOAD for non-method YAML::Syck::Load() is deprecated at /path/to/ YAML/Syck.pm line 45 And my program stops.
Subject: Re: [rt.cpan.org #21361] Use of inherited AUTOLOAD for non-method YAML::Syck::Load()
Date: Thu, 7 Sep 2006 07:51:43 +0300
To: Dan Sully via RT <bug-YAML-Syck [...] rt.cpan.org>
From: Yuval Kogman <nothingmuch [...] woobling.org>
On Wed, Sep 06, 2006 at 20:16:18 -0400, Dan Sully via RT wrote: Show quoted text
> Use of inherited AUTOLOAD for non-method YAML::Syck::Load() is deprecated at /path/to/ > YAML/Syck.pm line 45 > > And my program stops.
Are you sure this is 0.67? In my 0.67 Syck.pm there is no line 45 at all. Please attach Syck.pm, if possible. -- Yuval Kogman <nothingmuch@woobling.org> http://nothingmuch.woobling.org 0xEBD27418
Download (untitled)
application/pgp-signature 191b

Message body not shown because it is not plain text.

I'm going to close this once since it was a dynaloader issue (the dylib wasn't getting loaded, and dynaloader/xsloader fallback mess was installing an AUTOLOAD).