mbarbon / google-protobuf-dynamic

Fast and complete Perl protobuf implementation using uPB and Google .proto parser
35 stars 18 forks source link

accept string options (also client_services) #18

Closed ajiyoshi-vg closed 6 years ago

ajiyoshi-vg commented 6 years ago

protoc-gen-perl-gpd document says :

String options: accessor_style, client_services set the corresponding option to the specified value

but only accessor_style will be accepted.

client_services should be accepted.

mbarbon commented 6 years ago

Merged, thanks!