Saturday, March 6, 2010

Windows Perl fails to parse FTPstats.yml

If you get an error about a failure to parse ...\cpan\FTPstats.yml, edit \perl\lib\cpan\config.pm (Activestate) or \strawberry\perl\lib\cpan\config.pm (Strawberry) changing

'yaml_module' => q[YAML::XS]
to

'yaml_module' => q[],

No comments:

Post a Comment