update perl documentation

This commit is contained in:
wing328
2016-03-19 16:38:06 +08:00
parent 56122b4a01
commit 6e16883146
9 changed files with 61 additions and 51 deletions

View File

@@ -110,15 +110,24 @@ __PACKAGE__->method_documentation({
format => '',
read_only => '',
},
'snake_case' => {
datatype => 'int',
base_name => 'snake_case',
description => '',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'name' => 'int'
'name' => 'int',
'snake_case' => 'int'
} );
__PACKAGE__->attribute_map( {
'name' => 'name'
'name' => 'name',
'snake_case' => 'snake_case'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});

View File

@@ -37,7 +37,7 @@ has version_info => ( is => 'ro',
default => sub { {
app_name => 'Swagger Petstore',
app_version => '1.0.0',
generated_date => '2016-03-17T15:41:15.325+08:00',
generated_date => '2016-03-19T16:35:29.283+08:00',
generator_class => 'class io.swagger.codegen.languages.PerlClientCodegen',
} },
documentation => 'Information about the application version and the codegen codebase version'
@@ -103,7 +103,7 @@ Automatically generated by the Perl Swagger Codegen project:
=over 4
=item Build date: 2016-03-17T15:41:15.325+08:00
=item Build date: 2016-03-19T16:35:29.283+08:00
=item Build package: class io.swagger.codegen.languages.PerlClientCodegen