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.