Add multiple inheritance support to Perl client (#1681)

* add multiple inheritance support to perl client

* remove allof test from fake petstore
This commit is contained in:
William Cheng
2018-12-17 15:28:20 +08:00
committed by GitHub
parent b6a23986b3
commit d7d994620c
98 changed files with 8153 additions and 5047 deletions

View File

@@ -53,6 +53,9 @@ public class PerlClientCodegen extends DefaultCodegen implements CodegenConfig {
public PerlClientCodegen() {
super();
// add multiple inheritance support (beta)
supportsMultipleInheritance = true;
// clear import mapping (from default generator) as perl does not use it
// at the moment
importMapping.clear();