forked from loafle/openapi-generator-original
hide generation timestamp for perl (#4614)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user