File: couchdb.pm

package info (click to toggle)
liburi-db-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 312 kB
  • ctags: 122
  • sloc: perl: 1,244; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
5
6
7
8
package URI::couchdb;
use base 'URI::_db';
our $VERSION = '0.15';

sub default_port { 5984 }
sub canonical_engine { 'couchdb' }

1;