Subject: | Modification of a read-only value attempted |
Date: | Sun, 20 Mar 2011 12:32:04 -0600 |
To: | bug-AnyEvent-CouchDB [...] rt.cpan.org |
From: | Matt Adams <madams [...] phantomware.ca> |
Hello,
While using the latest version of AnyEvent::CouchDB I ran into the
following problem:
use AnyEvent::CouchDB;
use Data::Dump 'pp';
my $couch = couch('http://localhost:5984/');
print pp( $couch->info->recv ), "\n";
causes the following error
runtime error in AnyEvent::guard callback: Modification of a read-only
value attempted at
/home/matt/projects/www/perl5/lib/perl5/i486-linux-gnu-thread-multi/AnyEvent/Util.pm
line 361.
Any suggestions or insights into what is going wrong here would be
greatly appreciated.
Thanks,
Matt