in reply to Re^2: I am not a META.yml expert.....
in thread I am not a META.yml expert.....

$ perl -MDDS -mYAML::Syck -le 'Dump( YAML::Syck::LoadFile( shift))' M +ETA.yml Syck parser (line 4, column 62): syntax error ...
line 4, column 62 is the abstract
abstract: Test library that can be run in two modes: once to + generate outputs and secondly to compare against them ----------------------------------------------------------62-^
Looks like a bug in ExtUtils::MakeMaker, it doesn't quote abstract properly.

Replies are listed 'Best First'.
Re^4: I am not a META.yml expert.....
by SilasTheMonk (Chaplain) on Sep 29, 2009 at 06:56 UTC
    Yes I realized that the colon is the problem last night. I got quite worried about whether this was a problem with YAML::Syck and contacted Andreas Koenig. He pointed out I should have read the email the PAUSE daemon sent which does indeed contain that error message. It's now fixed.
      But MakeMaker is still broken... and there is no new report ... ;)