r143@llin (orig r142): dpavlin | 2007-10-28 00:02:50 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:54:51 +0000 (22:54 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 27 Oct 2007 22:54:51 +0000 (22:54 +0000)
 pod fix

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@157 836a5e1a-633d-0410-964b-294494ad4392

lib/CWMP/Server.pm

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