From: Dobrica Pavlinusic Date: Sun, 28 Oct 2007 11:50:47 +0000 (+0000) Subject: fix pod X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=b37e183f000c558945ab431e1a654b856ff83e5f fix pod git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@165 836a5e1a-633d-0410-964b-294494ad4392 --- diff --git a/lib/CWMP/Response.pm b/lib/CWMP/Response.pm index 10303b2..353a194 100644 --- a/lib/CWMP/Response.pm +++ b/lib/CWMP/Response.pm @@ -66,7 +66,7 @@ sub GetRPCMethods { }); }; -=head2 Reboot { +=head2 Reboot $response->Reboot( $state ); @@ -80,7 +80,7 @@ sub Reboot { }); } -=head2 GetParameterNames { +=head2 GetParameterNames $response->GetParameterNames( $state, $ParameterPath, $NextLevel ); @@ -101,7 +101,7 @@ sub GetParameterNames { }); } -=head2 GetParameterValues { +=head2 GetParameterValues $response->GetParameterValues( $state, $ParameterPath, $NextLevel );