[perl] Add name mapping features to the Perl client generator (#16510)

* add name mapping features to perl client generator

* update samples
This commit is contained in:
William Cheng
2023-09-05 18:39:38 +08:00
committed by GitHub
parent 29f0d22713
commit a9301a6c16
11 changed files with 39 additions and 20 deletions

View File

@@ -25,10 +25,10 @@ use strict;
use warnings;
use_ok('WWW::OpenAPIClient::Object::DeprecatedObject');
use_ok('WWW::OpenAPIClient::Object::DeprecatedModel');
# uncomment below and update the test
#my $instance = WWW::OpenAPIClient::Object::DeprecatedObject->new();
#my $instance = WWW::OpenAPIClient::Object::DeprecatedModel->new();
#
#isa_ok($instance, 'WWW::OpenAPIClient::Object::DeprecatedObject');
#isa_ok($instance, 'WWW::OpenAPIClient::Object::DeprecatedModel');