forked from loafle/openapi-generator-original
[Perl] minor improvements (#8967)
* update perl readme, test files * update perl test files * update readme
This commit is contained in:
@@ -4,7 +4,7 @@ OpenAPI Petstore
|
||||
|
||||
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
|
||||
OpenAPI spec version: 1.0.0
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
|
||||
Generated by: https://openapi-generator.tech
|
||||
|
||||
@@ -27,7 +27,8 @@ use warnings;
|
||||
|
||||
use_ok('WWW::OpenAPIClient::Object::InlineResponseDefault');
|
||||
|
||||
my $instance = WWW::OpenAPIClient::Object::InlineResponseDefault->new();
|
||||
|
||||
isa_ok($instance, 'WWW::OpenAPIClient::Object::InlineResponseDefault');
|
||||
# uncomment below and update the test
|
||||
#my $instance = WWW::OpenAPIClient::Object::InlineResponseDefault->new();
|
||||
#
|
||||
#isa_ok($instance, 'WWW::OpenAPIClient::Object::InlineResponseDefault');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user