in reply to Re^2: Winxp, AS perl 5.10 and cpan error
in thread Winxp, AS perl 5.10 and cpan error

By now ActivePerl 5.10.0.1004 has been released, which contains a fixed YAML::LibYAML module, so it is no longer necessary to disable the yaml_module in the CPAN configuration.
  • Comment on Re^3: Winxp, AS perl 5.10 and cpan error

Replies are listed 'Best First'.
Re^4: Winxp, AS perl 5.10 and cpan error
by myourshaw (Initiate) on Oct 23, 2008 at 02:32 UTC
    I still have the problem with the Windows 64-bit version of ActivePerl 5.10.0.1004. If you are a sissy like me you can avoid editing the config file with this % perl -MCPAN -e shell o conf yaml_module '' o conf commit quit
Re^4: Winxp, AS perl 5.10 and cpan error
by meorero (Sexton) on Jul 13, 2009 at 13:46 UTC
    I had the same problem when using CPAN Shell - on ActivePerl 5.10.0.1004.
    The above solution worked.

    I mean:
    Edit C:\Perl\lib\CPAN\Config.pm
    - and change the yaml_module entry from:
      'yaml_module' => q[YAML::XS], 

    to:
       'yaml_module' => q[], 
Re^4: Winxp, AS perl 5.10 and cpan error
by Anonymous Monk on Nov 10, 2008 at 14:43 UTC
    I just tried 5.10.0 build 1004 and it had the same YAML issue, resolved by disabling the module.