hide generation timestamp for perl (#4614)

This commit is contained in:
wing328
2017-01-21 19:12:51 +08:00
committed by GitHub
parent 1f0ecb5180
commit 4d19fb6b2f
33 changed files with 1598 additions and 281 deletions

View File

@@ -24,6 +24,7 @@ public class PerlClientOptionsProvider implements OptionsProvider {
.put(PerlClientCodegen.MODULE_VERSION, MODULE_VERSION_VALUE)
.put(CodegenConstants.SORT_PARAMS_BY_REQUIRED_FLAG, "true")
.put(CodegenConstants.ENSURE_UNIQUE_PARAMS, "true")
.put("hideGenerationTimestamp", "true")
.build();
}