/[pxelator]/lib/PXElator/store.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/PXElator/store.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 481 - (show annotations)
Sat Jan 23 18:05:37 2010 UTC (14 years, 2 months ago) by dpavlin
File size: 94 byte(s)
abstract store with audit method

1 package store;
2
3 use warnings;
4 use strict;
5
6 use CouchDB;
7
8 sub audit { CouchDB::audit(@_) }
9
10 1;

  ViewVC Help
Powered by ViewVC 1.1.26