Skip Menu |

This queue is for tickets about the Net-Hiveminder CPAN distribution.

Report information
The Basics
Id: 32783
Status: resolved
Priority: 0/
Queue: Net-Hiveminder

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



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?
Hi Michael, On Tue Jan 29 13:24:12 2008, MSCHWERN wrote: Show quoted text
> 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. Show quoted text
> 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. >
There certainly were some bugs in here (one on Hiveminder's side, too). I didn't see this problem though. :/ Show quoted text
> I have no config file, perhaps that's the problem?
use_config will prompt you for username/password if the config file isn't there (just like todo.pl). I'll resolve this in hopes that when we pull Hiveminder, Net::Hiveminder 0.04 will be happy. If not, please re-open this. Shawn