Add perltidy to format Perl code (#970)

* add perl tidy without updating petstore samples

* incldue pl file, update samples

* use no backup option, perltidy on test.pl
This commit is contained in:
William Cheng
2018-09-06 14:46:02 +08:00
committed by GitHub
parent 39c734fc25
commit e29f263941
62 changed files with 5968 additions and 4212 deletions

View File

@@ -0,0 +1,16 @@
# WWW::OpenAPIClient::Object::FileSchemaTestClass
## Load the model package
```perl
use WWW::OpenAPIClient::Object::FileSchemaTestClass;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file** | [**File**](File.md) | | [optional]
**files** | [**ARRAY[File]**](File.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)