--- google/lib/CWMP/Server.pm 2007/06/22 14:32:13 79 +++ google/lib/CWMP/Session.pm 2007/06/22 15:31:36 82 @@ -1,5 +1,5 @@ # Dobrica Pavlinusic, 06/18/07 10:19:50 CEST -package CWMP::Server; +package CWMP::Session; use strict; use warnings; @@ -26,13 +26,13 @@ =head1 NAME -CWMP::Server - implement logic of CWMP protocol +CWMP::Session - implement logic of CWMP protocol =head1 METHODS =head2 new - my $server = CWMP::Server->new({ + my $server = CWMP::Session->new({ port => 3333, store_path => 'state.db', debug => 1,