I followed the answers mentioned in this question, but still my problem is not solved. I tried:
o conf yaml_module YAML::XS
I then tried changing this to:
YAML::Sync YAML YAML::Tiny
but no luck. Whenever I tried to install cpan modules the following error comes on the screen:
CPAN:Exception YAML_process_error= HASH (0x817abcd)
App::CPAN::process_options
One thing more I wanted to mention. If I try installing YAML
lib by this command:
cpan install YAML::LibYAML
again no luck. The screen again shows a cpan yaml exception error. Can anyone please help me out here?
Note : I am using windows, Strawberry
perl version 5.20