[Perl] minor improvements (#8967)

* update perl readme, test files

* update perl test files

* update readme
This commit is contained in:
William Cheng
2021-03-13 21:48:00 +08:00
committed by GitHub
parent 030cabc1cc
commit 4e2ece4b51
78 changed files with 389 additions and 1125 deletions

View File

@@ -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
@@ -32,9 +32,6 @@ isa_ok($api, 'WWW::OpenAPIClient::DefaultApi');
#
# foo_get test
#
{
my $result = $api->foo_get();
}
# uncomment below and update the test
#my $foo_get_result = $api->foo_get();
1;