From 8bef375b6fbc2b8779801d5ae75b088fd07e1e45 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 27 Oct 2007 22:02:50 +0000 Subject: [PATCH] pod fix git-svn-id: https://perl-cwmp.googlecode.com/svn/branches/store-pluggable@142 836a5e1a-633d-0410-964b-294494ad4392 --- lib/CWMP/Server.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/CWMP/Server.pm b/lib/CWMP/Server.pm index 381e255..9a6530c 100644 --- a/lib/CWMP/Server.pm +++ b/lib/CWMP/Server.pm @@ -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 -- 2.20.1