abstract store with audit method
[pxelator] / lib / PXElator / store.pm
1 package store;
2
3 use warnings;
4 use strict;
5
6 use CouchDB;
7
8 sub audit { CouchDB::audit(@_) }
9
10 1;