Subject: | sync_tasks chokes on YAML |
Running sync_tasks for the first time on a non-existent file I get:
$ sync_tasks todo.txt
Use of uninitialized value in subroutine entry at
/usr/local/perl/5.8.8/lib/darwin-thread-multi-2level/Encode.pm line 190.
YAML Error: Expected separator '---'
Code: YAML_PARSE_ERR_NO_SEPARATOR
Line: 2
Document: 2
at /usr/local/lib/site_perl/YAML.pm line 33
This is with YAML 0.66.
I have no config file, perhaps that's the problem?