X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=README.dev;h=f68c16900719ad2b5e02928cc7e7aa86c3b44a05;hp=a97f1c83a4986e53f51e59a9ce19d192c26c5132;hb=df89e5eb156ec9931d19d73c8a5ac3deaf70414f;hpb=48e957b935f04ed888dfe84c373c95a46717ba6e diff --git a/README.dev b/README.dev index a97f1c8..f68c169 100644 --- a/README.dev +++ b/README.dev @@ -166,7 +166,7 @@ __PACKAGE__->register_method ({ type => 'string', }, code => sub { - my ($conn, $resp, $param) = @_; + my ($param) = @_; return $param->{text}; }