"Upgrade Time
"Thanks to installing the Ubuntu Netbook Remix 9.10 on my Samsung NC10 Netbook, we can look at the latest and greatest CouchDB–version 0.10. What a difference a week makes! (Oh, and UNR runs surprisingly well on this little machine!)
"The main difference from what we saw last week’s output is this:
"$ curl http://localhost:5984/
{"couchdb":"Welcome","version":"0.10.0"}
"All I needed to do was sudo apt-get install couchdb.
"Test Script
"My primary development language is Perl, so I’ll show examples using Perl. We’ll make sure of the Net::CouchDb distribution from CPAN."