pod fix
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:02:50 +0000 (22:02 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:02:50 +0000 (22:02 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/branches/store-pluggable@142 836a5e1a-633d-0410-964b-294494ad4392

lib/CWMP/Server.pm

index 381e255..9a6530c 100644 (file)
@@ -30,7 +30,10 @@ CWMP::Server - description
 
   my $server = CWMP::Server->new({
        port => 3333,
 
   my $server = CWMP::Server->new({
        port => 3333,
-       store => 'state.db',
+       store => {
+               module => 'DBMDeep',
+               path => 'var/',
+       },
        default_queue => [ qw/GetRPCMethods GetParameterNames/ ],                                                           
        background => 1,
        debug => 1
        default_queue => [ qw/GetRPCMethods GetParameterNames/ ],                                                           
        background => 1,
        debug => 1