mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 10:56:10 +00:00
[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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user