Subject: | Can't locate loadable object for module __PACKAGE__ in @INC |
I get this error "Can't locate loadable object for module __PACKAGE__ in @INC" from YAML/
Syck.pm line 16 which looks like:
XSLoader::load(__PACKAGE__ => $VERSION);
If I change it to,
XSLoader::load('YAML::Syck' => $VERSION);
I get no complaints.
Thanks for the slick/syck work.
Victor