fix date mapping for perl

This commit is contained in:
wing328
2015-12-29 16:29:20 +08:00
parent 8882c36c91
commit e4078855f5
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ has version_info => ( is => 'ro',
default => sub { {
app_name => 'Swagger Petstore',
app_version => '1.0.0',
generated_date => '2015-12-29T15:20:56.867+08:00',
generated_date => '2015-12-29T16:27:28.775+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: 2015-12-29T15:20:56.867+08:00
=item Build date: 2015-12-29T16:27:28.775+08:00
=item Build package: class io.swagger.codegen.languages.PerlClientCodegen